#AC9C7C

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

Shades of Bronco #AC9C7C

Tints of Bronco #AC9C7C

Color information

#AC9C7C (or 0xAC9C7C) is unknown color: approx Bronco. HEX triplet: AC, 9C and 7C. RGB value is (172,156,124). Sum of RGB (Red+Green+Blue) = 172+156+124=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9C7C is #536383. Grayscale: #9D9D9D. Windows color (decimal): -5464964 or 8166572. OLE color: 8166572.

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

Color convert

RGB172156124-
CMYK00.090.280.33
HSL40º22.43%58.04%-
HSV(B)40º27.91%67.45%-
XYZ32.543423.92-
YUV157.14109.3138.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 156 (61.33% from 255) = 34.51%
BLUE value IS 124 (48.83% from 255) = 27.43%
R=38.05%
G=34.51%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215612400.090.280.334022.4358.04
HexAC9C7C091C2128163a
Octal2542341740113441502672
Binary10101100100111001111100010011110010000110100010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9C7C; }

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

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

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

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

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

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

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

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