#AC9976

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

Shades of Bronco #AC9976

Tints of Bronco #AC9976

Color information

#AC9976 (or 0xAC9976) is unknown color: approx Bronco. HEX triplet: AC, 99 and 76. RGB value is (172,153,118). Sum of RGB (Red+Green+Blue) = 172+153+118=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9976 is #536689. Grayscale: #9A9A9A. Windows color (decimal): -5465738 or 7772588. OLE color: 7772588.

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

Color convert

RGB172153118-
CMYK00.110.310.33
HSL38.89º24.55%56.86%-
HSV(B)38.89º31.4%67.45%-
XYZ31.6732.8621.81-
YUV154.69107.29140.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 153 (60.16% from 255) = 34.54%
BLUE value IS 118 (46.48% from 255) = 26.64%
R=38.83%
G=34.54%
B=26.64%

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
Decimal17215311800.110.310.3338.8924.5556.86
HexAC99760B1F21271939
Octal2542311660133741473171
Binary10101100100110011110110010111111110000110011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9976; }

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

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

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

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

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

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

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

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