#AC9C7E

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

Shades of Bronco #AC9C7E

Tints of Bronco #AC9C7E

Color information

#AC9C7E (or 0xAC9C7E) is unknown color: approx Bronco. HEX triplet: AC, 9C and 7E. RGB value is (172,156,126). Sum of RGB (Red+Green+Blue) = 172+156+126=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9C7E is #536381. Grayscale: #9D9D9D. Windows color (decimal): -5464962 or 8297644. OLE color: 8297644.

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

Color convert

RGB172156126-
CMYK00.090.270.33
HSL39.13º21.7%58.43%-
HSV(B)39.13º26.74%67.45%-
XYZ32.6734.0524.59-
YUV157.36110.3138.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.89%
GREEN value IS 156 (61.33% from 255) = 34.36%
BLUE value IS 126 (49.61% from 255) = 27.75%
R=37.89%
G=34.36%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215612600.090.270.3339.1321.758.43
HexAC9C7E091B2127163a
Octal2542341760113341472672
Binary10101100100111001111110010011101110000110011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9C7E; }

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

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

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

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

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

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

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

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