#AA9776

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

Shades of Bronco #AA9776

Tints of Bronco #AA9776

Color information

#AA9776 (or 0xAA9776) is unknown color: approx Bronco. HEX triplet: AA, 97 and 76. RGB value is (170,151,118). Sum of RGB (Red+Green+Blue) = 170+151+118=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9776 is #556889. Grayscale: #999999. Windows color (decimal): -5597322 or 7772074. OLE color: 7772074.

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

Color convert

RGB170151118-
CMYK00.110.310.33
HSL38.08º23.42%56.47%-
HSV(B)38.08º30.59%66.67%-
XYZ30.9131.9921.68-
YUV152.92108.29140.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 151 (59.38% from 255) = 34.40%
BLUE value IS 118 (46.48% from 255) = 26.88%
R=38.72%
G=34.40%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015111800.110.310.3338.0823.4256.47
HexAA97760B1F21261738
Octal2522271660133741462770
Binary10101010100101111110110010111111110000110011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9776; }

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

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

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

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

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

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

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

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