#AA7E76

Color #AA7E76 Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #AA7E76

Tints of Brandy Rose #AA7E76

Color information

#AA7E76 (or 0xAA7E76) is unknown color: approx Brandy Rose. HEX triplet: AA, 7E and 76. RGB value is (170,126,118). Sum of RGB (Red+Green+Blue) = 170+126+118=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E76 is #558189. Grayscale: #8A8A8A. Windows color (decimal): -5603722 or 7765674. OLE color: 7765674.

HSL color Cylindrical-coordinate representation of color #AA7E76: hue angle of 9.23º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA7E76 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB170126118-
CMYK00.260.310.33
HSL9.23º23.42%56.47%-
HSV(B)9.23º30.59%66.67%-
XYZ27.3124.7820.48-
YUV138.24116.58150.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 41.06%
GREEN value IS 126 (49.61% from 255) = 30.43%
BLUE value IS 118 (46.48% from 255) = 28.50%
R=41.06%
G=30.43%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012611800.260.310.339.2323.4256.47
HexAA7E7601A1F2191738
Octal2521761660323741112770
Binary101010101111110111011001101011111100001100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7E76; }

 p { color: rgb(170,126,118); }

 H1.HeaderClassName
 {
   color: #AA7E76;
 }
 .AnyTagClassName
 {
   color: #AA7E76;
 }
</style>
background-color css

<style>
 a { background-color: #AA7E76; }

 a { background-color: rgb(170,126,118); }

 div.DivClassName
 {
   background-color: #AA7E76;
 }
 .BgClassName
 {
   background-color: #AA7E76;
 }
</style>
border-color css

<style>
 span { border-color: #AA7E76; }

 span { border-color: rgb(170,126,118); }

 td.TdClassName
 {
   border-color: #AA7E76;
 }
 .TagClassName
 {
   border-color: #AA7E76;
 }
</style>