#AC985D

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

Shades of Barley Corn #AC985D

Tints of Barley Corn #AC985D

Color information

#AC985D (or 0xAC985D) is unknown color: approx Barley Corn. HEX triplet: AC, 98 and 5D. RGB value is (172,152,93). Sum of RGB (Red+Green+Blue) = 172+152+93=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC985D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC985D is #5367A2. Grayscale: #979797. Windows color (decimal): -5466019 or 6133932. OLE color: 6133932.

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

Color convert

RGB17215293-
CMYK00.120.460.33
HSL44.81º32.24%51.96%-
HSV(B)44.81º45.93%67.45%-
XYZ30.2232.0214.94-
YUV151.2595.13142.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.25%
GREEN value IS 152 (59.77% from 255) = 36.45%
BLUE value IS 93 (36.72% from 255) = 22.30%
R=41.25%
G=36.45%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721529300.120.460.3344.8132.2451.96
HexAC985D0C2E212d2034
Octal2542301350145641554064
Binary1010110010011000101110101100101110100001101101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC985D; }

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

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

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

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

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

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

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

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