#AA8777

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

Shades of Brandy Rose #AA8777

Tints of Brandy Rose #AA8777

Color information

#AA8777 (or 0xAA8777) is unknown color: approx Brandy Rose. HEX triplet: AA, 87 and 77. RGB value is (170,135,119). Sum of RGB (Red+Green+Blue) = 170+135+119=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8777 is #557888. Grayscale: #8F8F8F. Windows color (decimal): -5601417 or 7833514. OLE color: 7833514.

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

Color convert

RGB170135119-
CMYK00.210.30.33
HSL18.82º23.08%56.67%-
HSV(B)18.82º30%66.67%-
XYZ28.5727.2121.2-
YUV143.64114.1146.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 135 (53.12% from 255) = 31.84%
BLUE value IS 119 (46.88% from 255) = 28.07%
R=40.09%
G=31.84%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013511900.210.30.3318.8223.0856.67
HexAA87770151E21131739
Octal2522071670253641232771
Binary10101010100001111110111010101111101000011001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8777; }

 p { color: rgb(170,135,119); }

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

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

 a { background-color: rgb(170,135,119); }

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

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

 span { border-color: rgb(170,135,119); }

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