#AA9676

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

Shades of Bronco #AA9676

Tints of Bronco #AA9676

Color information

#AA9676 (or 0xAA9676) is unknown color: approx Bronco. HEX triplet: AA, 96 and 76. RGB value is (170,150,118). Sum of RGB (Red+Green+Blue) = 170+150+118=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9676 is #556989. Grayscale: #989898. Windows color (decimal): -5597578 or 7771818. OLE color: 7771818.

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

Color convert

RGB170150118-
CMYK00.120.310.33
HSL36.92º23.42%56.47%-
HSV(B)36.92º30.59%66.67%-
XYZ30.7531.6721.63-
YUV152.33108.63140.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 150 (58.98% from 255) = 34.25%
BLUE value IS 118 (46.48% from 255) = 26.94%
R=38.81%
G=34.25%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015011800.120.310.3336.9223.4256.47
HexAA96760C1F21251738
Octal2522261660143741452770
Binary10101010100101101110110011001111110000110010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9676; }

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

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

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

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

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

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

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

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