#AA8479

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

Shades of Brandy Rose #AA8479

Tints of Brandy Rose #AA8479

Color information

#AA8479 (or 0xAA8479) is unknown color: approx Brandy Rose. HEX triplet: AA, 84 and 79. RGB value is (170,132,121). Sum of RGB (Red+Green+Blue) = 170+132+121=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8479 is #557B86. Grayscale: #8E8E8E. Windows color (decimal): -5602183 or 7963818. OLE color: 7963818.

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

Color convert

RGB170132121-
CMYK00.220.290.33
HSL13.47º22.37%57.06%-
HSV(B)13.47º28.82%66.67%-
XYZ28.2826.4321.7-
YUV142.11116.09147.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 132 (51.95% from 255) = 31.21%
BLUE value IS 121 (47.66% from 255) = 28.61%
R=40.19%
G=31.21%
B=28.61%

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
Decimal17013212100.220.290.3313.4722.3757.06
HexAA84790161D21d1639
Octal2522041710263541152671
Binary1010101010000100111100101011011101100001110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8479; }

 p { color: rgb(170,132,121); }

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

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

 a { background-color: rgb(170,132,121); }

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

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

 span { border-color: rgb(170,132,121); }

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