#AA807A

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

Shades of Brandy Rose #AA807A

Tints of Brandy Rose #AA807A

Color information

#AA807A (or 0xAA807A) is unknown color: approx Brandy Rose. HEX triplet: AA, 80 and 7A. RGB value is (170,128,122). Sum of RGB (Red+Green+Blue) = 170+128+122=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA807A is #557F85. Grayscale: #8B8B8B. Windows color (decimal): -5603206 or 8028330. OLE color: 8028330.

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

Color convert

RGB170128122-
CMYK00.250.280.33
HSL7.5º22.02%57.25%-
HSV(B)7.5º28.24%66.67%-
XYZ27.8125.3921.85-
YUV139.87117.91149.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 128 (50.39% from 255) = 30.48%
BLUE value IS 122 (48.05% from 255) = 29.05%
R=40.48%
G=30.48%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012812200.250.280.337.522.0257.25
HexAA807A0191C2181639
Octal2522001720313441102671
Binary1010101010000000111101001100111100100001100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA807A; }

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

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

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

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

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

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

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

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