#AA847D

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

Shades of Brandy Rose #AA847D

Tints of Brandy Rose #AA847D

Color information

#AA847D (or 0xAA847D) is unknown color: approx Brandy Rose. HEX triplet: AA, 84 and 7D. RGB value is (170,132,125). Sum of RGB (Red+Green+Blue) = 170+132+125=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA847D is #557B82. Grayscale: #8E8E8E. Windows color (decimal): -5602179 or 8225962. OLE color: 8225962.

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

Color convert

RGB170132125-
CMYK00.220.260.33
HSL9.33º20.93%57.84%-
HSV(B)9.33º26.47%66.67%-
XYZ28.5326.5323.02-
YUV142.56118.09147.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 132 (51.95% from 255) = 30.91%
BLUE value IS 125 (49.22% from 255) = 29.27%
R=39.81%
G=30.91%
B=29.27%

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
Decimal17013212500.220.260.339.3320.9357.84
HexAA847D0161A219153a
Octal2522041750263241112572
Binary1010101010000100111110101011011010100001100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA847D; }

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

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

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

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

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

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

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

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