#AA847B

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

Shades of Brandy Rose #AA847B

Tints of Brandy Rose #AA847B

Color information

#AA847B (or 0xAA847B) is unknown color: approx Brandy Rose. HEX triplet: AA, 84 and 7B. RGB value is (170,132,123). Sum of RGB (Red+Green+Blue) = 170+132+123=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA847B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA847B is #557B84. Grayscale: #8E8E8E. Windows color (decimal): -5602181 or 8094890. OLE color: 8094890.

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

Color convert

RGB170132123-
CMYK00.220.280.33
HSL11.49º21.66%57.45%-
HSV(B)11.49º27.65%66.67%-
XYZ28.426.4822.35-
YUV142.34117.09147.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 132 (51.95% from 255) = 31.06%
BLUE value IS 123 (48.44% from 255) = 28.94%
R=40%
G=31.06%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013212300.220.280.3311.4921.6657.45
HexAA847B0161C21b1639
Octal2522041730263441132671
Binary1010101010000100111101101011011100100001101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA847B; }

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

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

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

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

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

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

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

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