#AA857E

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

Shades of Brandy Rose #AA857E

Tints of Brandy Rose #AA857E

Color information

#AA857E (or 0xAA857E) is unknown color: approx Brandy Rose. HEX triplet: AA, 85 and 7E. RGB value is (170,133,126). Sum of RGB (Red+Green+Blue) = 170+133+126=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA857E is #557A81. Grayscale: #8F8F8F. Windows color (decimal): -5601922 or 8291754. OLE color: 8291754.

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

Color convert

RGB170133126-
CMYK00.220.260.33
HSL9.55º20.56%58.04%-
HSV(B)9.55º25.88%66.67%-
XYZ28.7326.8323.4-
YUV143.27118.26147.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 133 (52.34% from 255) = 31.00%
BLUE value IS 126 (49.61% from 255) = 29.37%
R=39.63%
G=31.00%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013312600.220.260.339.5520.5658.04
HexAA857E0161A21a153a
Octal2522051760263241122572
Binary1010101010000101111111001011011010100001101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA857E; }

 p { color: rgb(170,133,126); }

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

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

 a { background-color: rgb(170,133,126); }

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

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

 span { border-color: rgb(170,133,126); }

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