#AA807C

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

Shades of Brandy Rose #AA807C

Tints of Brandy Rose #AA807C

Color information

#AA807C (or 0xAA807C) is unknown color: approx Brandy Rose. HEX triplet: AA, 80 and 7C. RGB value is (170,128,124). Sum of RGB (Red+Green+Blue) = 170+128+124=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA807C is #557F83. Grayscale: #8C8C8C. Windows color (decimal): -5603204 or 8159402. OLE color: 8159402.

HSL color Cylindrical-coordinate representation of color #AA807C: hue angle of 5.22º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA807C is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB170128124-
CMYK00.250.270.33
HSL5.22º21.3%57.65%-
HSV(B)5.22º27.06%66.67%-
XYZ27.9325.4422.51-
YUV140.1118.91149.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 128 (50.39% from 255) = 30.33%
BLUE value IS 124 (48.83% from 255) = 29.38%
R=40.28%
G=30.33%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012812400.250.270.335.2221.357.65
HexAA807C0191B215153a
Octal252200174031334152572
Binary101010101000000011111000110011101110000110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA807C; }

 p { color: rgb(170,128,124); }

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

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

 a { background-color: rgb(170,128,124); }

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

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

 span { border-color: rgb(170,128,124); }

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