#AC9C7D

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

Shades of Bronco #AC9C7D

Tints of Bronco #AC9C7D

Color information

#AC9C7D (or 0xAC9C7D) is unknown color: approx Bronco. HEX triplet: AC, 9C and 7D. RGB value is (172,156,125). Sum of RGB (Red+Green+Blue) = 172+156+125=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9C7D is #536382. Grayscale: #9D9D9D. Windows color (decimal): -5464963 or 8232108. OLE color: 8232108.

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

Color convert

RGB172156125-
CMYK00.090.270.33
HSL39.57º22.07%58.24%-
HSV(B)39.57º27.33%67.45%-
XYZ32.634.0324.25-
YUV157.25109.8138.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 156 (61.33% from 255) = 34.44%
BLUE value IS 125 (49.22% from 255) = 27.59%
R=37.97%
G=34.44%
B=27.59%

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
Decimal17215612500.090.270.3339.5722.0758.24
HexAC9C7D091B2128163a
Octal2542341750113341502672
Binary10101100100111001111101010011101110000110100010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9C7D; }

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

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

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

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

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

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

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

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