#AC9861

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

Shades of Barley Corn #AC9861

Tints of Barley Corn #AC9861

Color information

#AC9861 (or 0xAC9861) is unknown color: approx Barley Corn. HEX triplet: AC, 98 and 61. RGB value is (172,152,97). Sum of RGB (Red+Green+Blue) = 172+152+97=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9861 is #53679E. Grayscale: #979797. Windows color (decimal): -5466015 or 6396076. OLE color: 6396076.

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

Color convert

RGB17215297-
CMYK00.120.440.33
HSL44º31.12%52.75%-
HSV(B)44º43.6%67.45%-
XYZ30.432.0915.9-
YUV151.7197.13142.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 152 (59.77% from 255) = 36.10%
BLUE value IS 97 (38.28% from 255) = 23.04%
R=40.86%
G=36.10%
B=23.04%

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
Decimal1721529700.120.440.334431.1252.75
HexAC98610C2C212c1f35
Octal2542301410145441543765
Binary101011001001100011000010110010110010000110110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9861; }

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

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

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

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

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

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

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

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