#AA847F

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

Shades of Brandy Rose #AA847F

Tints of Brandy Rose #AA847F

Color information

#AA847F (or 0xAA847F) is unknown color: approx Brandy Rose. HEX triplet: AA, 84 and 7F. RGB value is (170,132,127). Sum of RGB (Red+Green+Blue) = 170+132+127=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA847F is #557B80. Grayscale: #8E8E8E. Windows color (decimal): -5602177 or 8357034. OLE color: 8357034.

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

Color convert

RGB170132127-
CMYK00.220.250.33
HSL6.98º20.19%58.24%-
HSV(B)6.98º25.29%66.67%-
XYZ28.6626.5823.7-
YUV142.79119.09147.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 132 (51.95% from 255) = 30.77%
BLUE value IS 127 (50% from 255) = 29.60%
R=39.63%
G=30.77%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013212700.220.250.336.9820.1958.24
HexAA847F01619217143a
Octal252204177026314172472
Binary101010101000010011111110101101100110000111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA847F; }

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

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

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

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

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

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

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

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