#ac9660

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

Shades of Barley Corn #AC9660

Tints of Barley Corn #AC9660

Color information

#AC9660 (or 0xAC9660) is unknown color: approx Barley Corn. HEX triplet: AC, 96 and 60. RGB value is (172,150,96). Sum of RGB (Red+Green+Blue) = 172+150+96=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9660 is #53699F. Grayscale: #969696. Windows color (decimal): -5466528 or 6330028. OLE color: 6330028.

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

Color convert

RGB17215096-
CMYK00.130.440.33
HSL42.63º31.4%52.55%-
HSV(B)42.63º44.19%67.45%-
XYZ30.0331.4315.55-
YUV150.4297.29143.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.15%
GREEN value IS 150 (58.98% from 255) = 35.89%
BLUE value IS 96 (37.89% from 255) = 22.97%
R=41.15%
G=35.89%
B=22.97%

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
Decimal1721509600.130.440.3342.6331.452.55
HexAC96600D2C212b1f35
Octal2542261400155441533765
Binary101011001001011011000000110110110010000110101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac9660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac9660; }

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

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

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

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

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

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

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

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