#AA8884

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

Shades of Brandy Rose #AA8884

Tints of Brandy Rose #AA8884

Color information

#AA8884 (or 0xAA8884) is unknown color: approx Brandy Rose. HEX triplet: AA, 88 and 84. RGB value is (170,136,132). Sum of RGB (Red+Green+Blue) = 170+136+132=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8884 is #55777B. Grayscale: #919191. Windows color (decimal): -5601148 or 8685738. OLE color: 8685738.

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

Color convert

RGB170136132-
CMYK00.200.220.33
HSL6.32º18.27%59.22%-
HSV(B)6.32º22.35%66.67%-
XYZ29.5527.8225.64-
YUV145.71120.26145.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 136 (53.52% from 255) = 31.05%
BLUE value IS 132 (51.95% from 255) = 30.14%
R=38.81%
G=31.05%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013613200.200.220.336.3218.2759.22
HexAA888401416216123b
Octal252210204024264162273
Binary1010101010001000100001000101001011010000111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8884; }

 p { color: rgb(170,136,132); }

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

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

 a { background-color: rgb(170,136,132); }

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

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

 span { border-color: rgb(170,136,132); }

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