#AA8474

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

Shades of Brandy Rose #AA8474

Tints of Brandy Rose #AA8474

Color information

#AA8474 (or 0xAA8474) is unknown color: approx Brandy Rose. HEX triplet: AA, 84 and 74. RGB value is (170,132,116). Sum of RGB (Red+Green+Blue) = 170+132+116=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8474 is #557B8B. Grayscale: #8D8D8D. Windows color (decimal): -5602188 or 7636138. OLE color: 7636138.

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

Color convert

RGB170132116-
CMYK00.220.320.33
HSL17.78º24.11%56.08%-
HSV(B)17.78º31.76%66.67%-
XYZ27.9826.3120.13-
YUV141.54113.59148.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 132 (51.95% from 255) = 31.58%
BLUE value IS 116 (45.70% from 255) = 27.75%
R=40.67%
G=31.58%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013211600.220.320.3317.7824.1156.08
HexAA84740162021121838
Octal2522041640264041223070
Binary101010101000010011101000101101000001000011001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8474; }

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

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

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

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

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

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

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

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