#AC985F

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

Shades of Barley Corn #AC985F

Tints of Barley Corn #AC985F

Color information

#AC985F (or 0xAC985F) is unknown color: approx Barley Corn. HEX triplet: AC, 98 and 5F. RGB value is (172,152,95). Sum of RGB (Red+Green+Blue) = 172+152+95=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC985F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC985F is #5367A0. Grayscale: #979797. Windows color (decimal): -5466017 or 6265004. OLE color: 6265004.

HSL color Cylindrical-coordinate representation of color #AC985F: hue angle of 44.42º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC985F is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB17215295-
CMYK00.120.450.33
HSL44.42º31.69%52.35%-
HSV(B)44.42º44.77%67.45%-
XYZ30.3132.0515.42-
YUV151.4896.13142.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 152 (59.77% from 255) = 36.28%
BLUE value IS 95 (37.5% from 255) = 22.67%
R=41.05%
G=36.28%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721529500.120.450.3344.4231.6952.35
HexAC985F0C2D212c2034
Octal2542301370145541544064
Binary1010110010011000101111101100101101100001101100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC985F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC985F; }

 p { color: rgb(172,152,95); }

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

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

 a { background-color: rgb(172,152,95); }

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

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

 span { border-color: rgb(172,152,95); }

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