#AC9576

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

Shades of Bronco #AC9576

Tints of Bronco #AC9576

Color information

#AC9576 (or 0xAC9576) is unknown color: approx Bronco. HEX triplet: AC, 95 and 76. RGB value is (172,149,118). Sum of RGB (Red+Green+Blue) = 172+149+118=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9576 is #536A89. Grayscale: #989898. Windows color (decimal): -5466762 or 7771564. OLE color: 7771564.

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

Color convert

RGB172149118-
CMYK00.130.310.33
HSL34.44º24.55%56.86%-
HSV(B)34.44º31.4%67.45%-
XYZ31.0331.5721.6-
YUV152.34108.62142.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.18%
GREEN value IS 149 (58.59% from 255) = 33.94%
BLUE value IS 118 (46.48% from 255) = 26.88%
R=39.18%
G=33.94%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214911800.130.310.3334.4424.5556.86
HexAC95760D1F21221939
Octal2542251660153741423171
Binary10101100100101011110110011011111110000110001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9576; }

 p { color: rgb(172,149,118); }

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

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

 a { background-color: rgb(172,149,118); }

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

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

 span { border-color: rgb(172,149,118); }

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