#AC9860

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

Shades of Barley Corn #AC9860

Tints of Barley Corn #AC9860

Color information

#AC9860 (or 0xAC9860) is unknown color: approx Barley Corn. HEX triplet: AC, 98 and 60. RGB value is (172,152,96). Sum of RGB (Red+Green+Blue) = 172+152+96=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9860 is #53679F. Grayscale: #979797. Windows color (decimal): -5466016 or 6330540. OLE color: 6330540.

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

Color convert

RGB17215296-
CMYK00.120.440.33
HSL44.21º31.4%52.55%-
HSV(B)44.21º44.19%67.45%-
XYZ30.3532.0715.66-
YUV151.696.63142.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 152 (59.77% from 255) = 36.19%
BLUE value IS 96 (37.89% from 255) = 22.86%
R=40.95%
G=36.19%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721529600.120.440.3344.2131.452.55
HexAC98600C2C212c1f35
Octal2542301400145441543765
Binary101011001001100011000000110010110010000110110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9860; }

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

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

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

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

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

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

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

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