#AA8076

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

Shades of Brandy Rose #AA8076

Tints of Brandy Rose #AA8076

Color information

#AA8076 (or 0xAA8076) is unknown color: approx Brandy Rose. HEX triplet: AA, 80 and 76. RGB value is (170,128,118). Sum of RGB (Red+Green+Blue) = 170+128+118=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8076 is #557F89. Grayscale: #8B8B8B. Windows color (decimal): -5603210 or 7766186. OLE color: 7766186.

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

Color convert

RGB170128118-
CMYK00.250.310.33
HSL11.54º23.42%56.47%-
HSV(B)11.54º30.59%66.67%-
XYZ27.5725.2920.57-
YUV139.42115.91149.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.87%
GREEN value IS 128 (50.39% from 255) = 30.77%
BLUE value IS 118 (46.48% from 255) = 28.37%
R=40.87%
G=30.77%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012811800.250.310.3311.5423.4256.47
HexAA80760191F21c1738
Octal2522001660313741142770
Binary1010101010000000111011001100111111100001110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8076; }

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

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

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

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

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

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

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

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