#AC8F61

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

Shades of Barley Corn #AC8F61

Tints of Barley Corn #AC8F61

Color information

#AC8F61 (or 0xAC8F61) is unknown color: approx Barley Corn. HEX triplet: AC, 8F and 61. RGB value is (172,143,97). Sum of RGB (Red+Green+Blue) = 172+143+97=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F61 is #53709E. Grayscale: #929292. Windows color (decimal): -5468319 or 6393772. OLE color: 6393772.

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

Color convert

RGB17214397-
CMYK00.170.440.33
HSL36.8º31.12%52.75%-
HSV(B)36.8º43.6%67.45%-
XYZ28.9929.2815.43-
YUV146.43100.11146.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.75%
GREEN value IS 143 (56.25% from 255) = 34.71%
BLUE value IS 97 (38.28% from 255) = 23.54%
R=41.75%
G=34.71%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721439700.170.440.3336.831.1252.75
HexAC8F610112C21251f35
Octal2542171410215441453765
Binary1010110010001111110000101000110110010000110010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8F61; }

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

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

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

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

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

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

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

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