#AC8C61

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

Shades of Barley Corn #AC8C61

Tints of Barley Corn #AC8C61

Color information

#AC8C61 (or 0xAC8C61) is unknown color: approx Barley Corn. HEX triplet: AC, 8C and 61. RGB value is (172,140,97). Sum of RGB (Red+Green+Blue) = 172+140+97=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C61 is #53739E. Grayscale: #909090. Windows color (decimal): -5469087 or 6393004. OLE color: 6393004.

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

Color convert

RGB17214097-
CMYK00.190.440.33
HSL34.4º31.12%52.75%-
HSV(B)34.4º43.6%67.45%-
XYZ28.5528.3915.28-
YUV144.67101.1147.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.05%
GREEN value IS 140 (55.08% from 255) = 34.23%
BLUE value IS 97 (38.28% from 255) = 23.72%
R=42.05%
G=34.23%
B=23.72%

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
Decimal1721409700.190.440.3334.431.1252.75
HexAC8C610132C21221f35
Octal2542141410235441423765
Binary1010110010001100110000101001110110010000110001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8C61; }

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

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

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

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

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

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

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

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