#AC9060

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

Shades of Barley Corn #AC9060

Tints of Barley Corn #AC9060

Color information

#AC9060 (or 0xAC9060) is unknown color: approx Barley Corn. HEX triplet: AC, 90 and 60. RGB value is (172,144,96). Sum of RGB (Red+Green+Blue) = 172+144+96=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9060 is #536F9F. Grayscale: #939393. Windows color (decimal): -5468064 or 6328492. OLE color: 6328492.

HSL color Cylindrical-coordinate representation of color #AC9060: hue angle of 37.89º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC9060 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17214496-
CMYK00.160.440.33
HSL37.89º31.4%52.55%-
HSV(B)37.89º44.19%67.45%-
XYZ29.129.5615.24-
YUV146.999.28145.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.75%
GREEN value IS 144 (56.64% from 255) = 34.95%
BLUE value IS 96 (37.89% from 255) = 23.30%
R=41.75%
G=34.95%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721449600.160.440.3337.8931.452.55
HexAC90600102C21261f35
Octal2542201400205441463765
Binary1010110010010000110000001000010110010000110011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9060; }

 p { color: rgb(172,144,96); }

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

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

 a { background-color: rgb(172,144,96); }

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

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

 span { border-color: rgb(172,144,96); }

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