#AA8581

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

Shades of Brandy Rose #AA8581

Tints of Brandy Rose #AA8581

Color information

#AA8581 (or 0xAA8581) is unknown color: approx Brandy Rose. HEX triplet: AA, 85 and 81. RGB value is (170,133,129). Sum of RGB (Red+Green+Blue) = 170+133+129=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8581 is #557A7E. Grayscale: #8F8F8F. Windows color (decimal): -5601919 or 8488362. OLE color: 8488362.

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

Color convert

RGB170133129-
CMYK00.220.240.33
HSL5.85º19.43%58.63%-
HSV(B)5.85º24.12%66.67%-
XYZ28.9326.9124.44-
YUV143.61119.76146.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 133 (52.34% from 255) = 30.79%
BLUE value IS 129 (50.78% from 255) = 29.86%
R=39.35%
G=30.79%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013312900.220.240.335.8519.4358.63
HexAA858101618216133b
Octal252205201026304162373
Binary1010101010000101100000010101101100010000111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8581; }

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

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

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

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

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

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

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

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