#AA8376

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

Shades of Brandy Rose #AA8376

Tints of Brandy Rose #AA8376

Color information

#AA8376 (or 0xAA8376) is unknown color: approx Brandy Rose. HEX triplet: AA, 83 and 76. RGB value is (170,131,118). Sum of RGB (Red+Green+Blue) = 170+131+118=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8376 is #557C89. Grayscale: #8D8D8D. Windows color (decimal): -5602442 or 7766954. OLE color: 7766954.

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

Color convert

RGB170131118-
CMYK00.230.310.33
HSL15º23.42%56.47%-
HSV(B)15º30.59%66.67%-
XYZ27.9626.0920.7-
YUV141.18114.92148.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 131 (51.56% from 255) = 31.26%
BLUE value IS 118 (46.48% from 255) = 28.16%
R=40.57%
G=31.26%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013111800.230.310.331523.4256.47
HexAA83760171F21f1738
Octal2522031660273741172770
Binary1010101010000011111011001011111111100001111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8376; }

 p { color: rgb(170,131,118); }

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

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

 a { background-color: rgb(170,131,118); }

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

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

 span { border-color: rgb(170,131,118); }

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