#AC8C60

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

Shades of Barley Corn #AC8C60

Tints of Barley Corn #AC8C60

Color information

#AC8C60 (or 0xAC8C60) is unknown color: approx Barley Corn. HEX triplet: AC, 8C and 60. RGB value is (172,140,96). Sum of RGB (Red+Green+Blue) = 172+140+96=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C60 is #53739F. Grayscale: #909090. Windows color (decimal): -5469088 or 6327468. OLE color: 6327468.

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

Color convert

RGB17214096-
CMYK00.190.440.33
HSL34.74º31.4%52.55%-
HSV(B)34.74º44.19%67.45%-
XYZ28.528.3715.04-
YUV144.55100.6147.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.16%
GREEN value IS 140 (55.08% from 255) = 34.31%
BLUE value IS 96 (37.89% from 255) = 23.53%
R=42.16%
G=34.31%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721409600.190.440.3334.7431.452.55
HexAC8C600132C21231f35
Octal2542141400235441433765
Binary1010110010001100110000001001110110010000110001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8C60; }

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

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

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

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

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

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

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

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