#AC9776

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

Shades of Bronco #AC9776

Tints of Bronco #AC9776

Color information

#AC9776 (or 0xAC9776) is unknown color: approx Bronco. HEX triplet: AC, 97 and 76. RGB value is (172,151,118). Sum of RGB (Red+Green+Blue) = 172+151+118=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9776 is #536889. Grayscale: #999999. Windows color (decimal): -5466250 or 7772076. OLE color: 7772076.

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

Color convert

RGB172151118-
CMYK00.120.310.33
HSL36.67º24.55%56.86%-
HSV(B)36.67º31.4%67.45%-
XYZ31.3532.2121.7-
YUV153.52107.96141.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 151 (59.38% from 255) = 34.24%
BLUE value IS 118 (46.48% from 255) = 26.76%
R=39.00%
G=34.24%
B=26.76%

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
Decimal17215111800.120.310.3336.6724.5556.86
HexAC97760C1F21251939
Octal2542271660143741453171
Binary10101100100101111110110011001111110000110010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9776; }

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

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

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

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

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

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

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

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