#AC9C5F

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

Shades of Barley Corn #AC9C5F

Tints of Barley Corn #AC9C5F

Color information

#AC9C5F (or 0xAC9C5F) is unknown color: approx Barley Corn. HEX triplet: AC, 9C and 5F. RGB value is (172,156,95). Sum of RGB (Red+Green+Blue) = 172+156+95=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9C5F is #5363A0. Grayscale: #9A9A9A. Windows color (decimal): -5464993 or 6266028. OLE color: 6266028.

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

Color convert

RGB17215695-
CMYK00.090.450.33
HSL47.53º31.69%52.35%-
HSV(B)47.53º44.77%67.45%-
XYZ30.9733.3715.64-
YUV153.8394.8140.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.66%
GREEN value IS 156 (61.33% from 255) = 36.88%
BLUE value IS 95 (37.5% from 255) = 22.46%
R=40.66%
G=36.88%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721569500.090.450.3347.5331.6952.35
HexAC9C5F092D21302034
Octal2542341370115541604064
Binary1010110010011100101111101001101101100001110000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9C5F; }

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

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

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

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

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

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

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

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