#AA8477

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

Shades of Brandy Rose #AA8477

Tints of Brandy Rose #AA8477

Color information

#AA8477 (or 0xAA8477) is unknown color: approx Brandy Rose. HEX triplet: AA, 84 and 77. RGB value is (170,132,119). Sum of RGB (Red+Green+Blue) = 170+132+119=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8477 is #557B88. Grayscale: #8D8D8D. Windows color (decimal): -5602185 or 7832746. OLE color: 7832746.

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

Color convert

RGB170132119-
CMYK00.220.30.33
HSL15.29º23.08%56.67%-
HSV(B)15.29º30%66.67%-
XYZ28.1626.3821.06-
YUV141.88115.09148.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.38%
GREEN value IS 132 (51.95% from 255) = 31.35%
BLUE value IS 119 (46.88% from 255) = 28.27%
R=40.38%
G=31.35%
B=28.27%

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
Decimal17013211900.220.30.3315.2923.0856.67
HexAA84770161E21f1739
Octal2522041670263641172771
Binary1010101010000100111011101011011110100001111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8477; }

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

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

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

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

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

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

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

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