#AA8577

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

Shades of Brandy Rose #AA8577

Tints of Brandy Rose #AA8577

Color information

#AA8577 (or 0xAA8577) is unknown color: approx Brandy Rose. HEX triplet: AA, 85 and 77. RGB value is (170,133,119). Sum of RGB (Red+Green+Blue) = 170+133+119=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8577 is #557A88. Grayscale: #8E8E8E. Windows color (decimal): -5601929 or 7833002. OLE color: 7833002.

HSL color Cylindrical-coordinate representation of color #AA8577: hue angle of 16.47º 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 #AA8577 is Cyan = 0, Magento = 0.22, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB170133119-
CMYK00.220.30.33
HSL16.47º23.08%56.67%-
HSV(B)16.47º30%66.67%-
XYZ28.2926.6521.11-
YUV142.47114.76147.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 133 (52.34% from 255) = 31.52%
BLUE value IS 119 (46.88% from 255) = 28.20%
R=40.28%
G=31.52%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013311900.220.30.3316.4723.0856.67
HexAA85770161E21101739
Octal2522051670263641202771
Binary10101010100001011110111010110111101000011000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8577; }

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

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

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

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

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

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

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

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