#AC977E

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

Shades of Bronco #AC977E

Tints of Bronco #AC977E

Color information

#AC977E (or 0xAC977E) is unknown color: approx Bronco. HEX triplet: AC, 97 and 7E. RGB value is (172,151,126). Sum of RGB (Red+Green+Blue) = 172+151+126=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC977E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC977E is #536881. Grayscale: #9A9A9A. Windows color (decimal): -5466242 or 8296364. OLE color: 8296364.

HSL color Cylindrical-coordinate representation of color #AC977E: hue angle of 32.61º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC977E is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB172151126-
CMYK00.120.270.33
HSL32.61º21.7%58.43%-
HSV(B)32.61º26.74%67.45%-
XYZ31.8532.4124.32-
YUV154.43111.96140.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 151 (59.38% from 255) = 33.63%
BLUE value IS 126 (49.61% from 255) = 28.06%
R=38.31%
G=33.63%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215112600.120.270.3332.6121.758.43
HexAC977E0C1B2121163a
Octal2542271760143341412672
Binary10101100100101111111110011001101110000110000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC977E; }

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

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

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

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

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

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

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

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