#AC9C62

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

Shades of Barley Corn #AC9C62

Tints of Barley Corn #AC9C62

Color information

#AC9C62 (or 0xAC9C62) is unknown color: approx Barley Corn. HEX triplet: AC, 9C and 62. RGB value is (172,156,98). Sum of RGB (Red+Green+Blue) = 172+156+98=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9C62 is #53639D. Grayscale: #9A9A9A. Windows color (decimal): -5464990 or 6462636. OLE color: 6462636.

HSL color Cylindrical-coordinate representation of color #AC9C62: hue angle of 47.03º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC9C62 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB17215698-
CMYK00.090.430.33
HSL47.03º30.83%52.94%-
HSV(B)47.03º43.02%67.45%-
XYZ31.1133.4316.37-
YUV154.1796.3140.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 156 (61.33% from 255) = 36.62%
BLUE value IS 98 (38.67% from 255) = 23.00%
R=40.38%
G=36.62%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721569800.090.430.3347.0330.8352.94
HexAC9C62092B212f1f35
Octal2542341420115341573765
Binary101011001001110011000100100110101110000110111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9C62; }

 p { color: rgb(172,156,98); }

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

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

 a { background-color: rgb(172,156,98); }

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

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

 span { border-color: rgb(172,156,98); }

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