#AA8077

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

Shades of Brandy Rose #AA8077

Tints of Brandy Rose #AA8077

Color information

#AA8077 (or 0xAA8077) is unknown color: approx Brandy Rose. HEX triplet: AA, 80 and 77. RGB value is (170,128,119). Sum of RGB (Red+Green+Blue) = 170+128+119=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8077 is #557F88. Grayscale: #8B8B8B. Windows color (decimal): -5603209 or 7831722. OLE color: 7831722.

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

Color convert

RGB170128119-
CMYK00.250.30.33
HSL10.59º23.08%56.67%-
HSV(B)10.59º30%66.67%-
XYZ27.6325.3220.88-
YUV139.53116.41149.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 128 (50.39% from 255) = 30.70%
BLUE value IS 119 (46.88% from 255) = 28.54%
R=40.77%
G=30.70%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012811900.250.30.3310.5923.0856.67
HexAA80770191E21b1739
Octal2522001670313641132771
Binary1010101010000000111011101100111110100001101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8077; }

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

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

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

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

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

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

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

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