#AC9160

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

Shades of Barley Corn #AC9160

Tints of Barley Corn #AC9160

Color information

#AC9160 (or 0xAC9160) is unknown color: approx Barley Corn. HEX triplet: AC, 91 and 60. RGB value is (172,145,96). Sum of RGB (Red+Green+Blue) = 172+145+96=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9160 is #536E9F. Grayscale: #939393. Windows color (decimal): -5467808 or 6328748. OLE color: 6328748.

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

Color convert

RGB17214596-
CMYK00.160.440.33
HSL38.68º31.4%52.55%-
HSV(B)38.68º44.19%67.45%-
XYZ29.2529.8715.29-
YUV147.4998.95145.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 145 (57.03% from 255) = 35.11%
BLUE value IS 96 (37.89% from 255) = 23.24%
R=41.65%
G=35.11%
B=23.24%

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
Decimal1721459600.160.440.3338.6831.452.55
HexAC91600102C21271f35
Octal2542211400205441473765
Binary1010110010010001110000001000010110010000110011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9160; }

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

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

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

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

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

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

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

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