#AA8578

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

Shades of Brandy Rose #AA8578

Tints of Brandy Rose #AA8578

Color information

#AA8578 (or 0xAA8578) is unknown color: approx Brandy Rose. HEX triplet: AA, 85 and 78. RGB value is (170,133,120). Sum of RGB (Red+Green+Blue) = 170+133+120=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8578 is #557A87. Grayscale: #8E8E8E. Windows color (decimal): -5601928 or 7898538. OLE color: 7898538.

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

Color convert

RGB170133120-
CMYK00.220.290.33
HSL15.6º22.73%56.86%-
HSV(B)15.6º29.41%66.67%-
XYZ28.3626.6821.42-
YUV142.58115.26147.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 133 (52.34% from 255) = 31.44%
BLUE value IS 120 (47.27% from 255) = 28.37%
R=40.19%
G=31.44%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013312000.220.290.3315.622.7356.86
HexAA85780161D21101739
Octal2522051700263541202771
Binary10101010100001011111000010110111011000011000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8578; }

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

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

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

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

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

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

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

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