#AA887D

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

Shades of Brandy Rose #AA887D

Tints of Brandy Rose #AA887D

Color information

#AA887D (or 0xAA887D) is unknown color: approx Brandy Rose. HEX triplet: AA, 88 and 7D. RGB value is (170,136,125). Sum of RGB (Red+Green+Blue) = 170+136+125=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA887D is #557782. Grayscale: #909090. Windows color (decimal): -5601155 or 8226986. OLE color: 8226986.

HSL color Cylindrical-coordinate representation of color #AA887D: hue angle of 14.67º 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 #AA887D is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB170136125-
CMYK00.200.260.33
HSL14.67º20.93%57.84%-
HSV(B)14.67º26.47%66.67%-
XYZ29.0827.6423.2-
YUV144.91116.76145.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 136 (53.52% from 255) = 31.55%
BLUE value IS 125 (49.22% from 255) = 29.00%
R=39.44%
G=31.55%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013612500.200.260.3314.6720.9357.84
HexAA887D0141A21f153a
Octal2522101750243241172572
Binary1010101010001000111110101010011010100001111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA887D; }

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

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

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

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

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

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

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

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