#AA8475

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

Shades of Brandy Rose #AA8475

Tints of Brandy Rose #AA8475

Color information

#AA8475 (or 0xAA8475) is unknown color: approx Brandy Rose. HEX triplet: AA, 84 and 75. RGB value is (170,132,117). Sum of RGB (Red+Green+Blue) = 170+132+117=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8475 is #557B8A. Grayscale: #8D8D8D. Windows color (decimal): -5602187 or 7701674. OLE color: 7701674.

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

Color convert

RGB170132117-
CMYK00.220.310.33
HSL16.98º23.77%56.27%-
HSV(B)16.98º31.18%66.67%-
XYZ28.0426.3320.43-
YUV141.65114.09148.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 132 (51.95% from 255) = 31.50%
BLUE value IS 117 (46.09% from 255) = 27.92%
R=40.57%
G=31.50%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013211700.220.310.3316.9823.7756.27
HexAA84750161F21111838
Octal2522041650263741213070
Binary10101010100001001110101010110111111000011000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8475; }

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

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

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

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

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

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

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

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