#AA837F

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

Shades of Brandy Rose #AA837F

Tints of Brandy Rose #AA837F

Color information

#AA837F (or 0xAA837F) is unknown color: approx Brandy Rose. HEX triplet: AA, 83 and 7F. RGB value is (170,131,127). Sum of RGB (Red+Green+Blue) = 170+131+127=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA837F is #557C80. Grayscale: #8E8E8E. Windows color (decimal): -5602433 or 8356778. OLE color: 8356778.

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

Color convert

RGB170131127-
CMYK00.230.250.33
HSL5.58º20.19%58.24%-
HSV(B)5.58º25.29%66.67%-
XYZ28.5226.3123.65-
YUV142.2119.42147.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 131 (51.56% from 255) = 30.61%
BLUE value IS 127 (50% from 255) = 29.67%
R=39.72%
G=30.61%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013112700.230.250.335.5820.1958.24
HexAA837F01719216143a
Octal252203177027314162472
Binary101010101000001111111110101111100110000111010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA837F; }

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

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

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

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

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

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

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

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