#AC9560

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

Shades of Barley Corn #AC9560

Tints of Barley Corn #AC9560

Color information

#AC9560 (or 0xAC9560) is unknown color: approx Barley Corn. HEX triplet: AC, 95 and 60. RGB value is (172,149,96). Sum of RGB (Red+Green+Blue) = 172+149+96=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9560 is #536A9F. Grayscale: #969696. Windows color (decimal): -5466784 or 6329772. OLE color: 6329772.

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

Color convert

RGB17214996-
CMYK00.130.440.33
HSL41.84º31.4%52.55%-
HSV(B)41.84º44.19%67.45%-
XYZ29.8731.1115.5-
YUV149.8397.62143.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.25%
GREEN value IS 149 (58.59% from 255) = 35.73%
BLUE value IS 96 (37.89% from 255) = 23.02%
R=41.25%
G=35.73%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721499600.130.440.3341.8431.452.55
HexAC95600D2C212a1f35
Octal2542251400155441523765
Binary101011001001010111000000110110110010000110101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9560; }

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

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

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

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

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

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

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

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