#aa837c

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

Shades of Brandy Rose #AA837C

Tints of Brandy Rose #AA837C

Color information

#AA837C (or 0xAA837C) is unknown color: approx Brandy Rose. HEX triplet: AA, 83 and 7C. RGB value is (170,131,124). Sum of RGB (Red+Green+Blue) = 170+131+124=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA837C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA837C is #557C83. Grayscale: #8D8D8D. Windows color (decimal): -5602436 or 8160170. OLE color: 8160170.

HSL color Cylindrical-coordinate representation of color #AA837C: hue angle of 9.13º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA837C is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB170131124-
CMYK00.230.270.33
HSL9.13º21.3%57.65%-
HSV(B)9.13º27.06%66.67%-
XYZ28.3326.2322.64-
YUV141.86117.92148.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 131 (51.56% from 255) = 30.82%
BLUE value IS 124 (48.83% from 255) = 29.18%
R=40%
G=30.82%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013112400.230.270.339.1321.357.65
HexAA837C0171B219153a
Octal2522031740273341112572
Binary1010101010000011111110001011111011100001100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa837c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa837c; }

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

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

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

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

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

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

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

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