#AC9960

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

Shades of Barley Corn #AC9960

Tints of Barley Corn #AC9960

Color information

#AC9960 (or 0xAC9960) is unknown color: approx Barley Corn. HEX triplet: AC, 99 and 60. RGB value is (172,153,96). Sum of RGB (Red+Green+Blue) = 172+153+96=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9960 is #53669F. Grayscale: #989898. Windows color (decimal): -5465760 or 6330796. OLE color: 6330796.

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

Color convert

RGB17215396-
CMYK00.110.440.33
HSL45º31.4%52.55%-
HSV(B)45º44.19%67.45%-
XYZ30.5232.415.71-
YUV152.1896.29142.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 153 (60.16% from 255) = 36.34%
BLUE value IS 96 (37.89% from 255) = 22.80%
R=40.86%
G=36.34%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721539600.110.440.334531.452.55
HexAC99600B2C212d1f35
Octal2542311400135441553765
Binary101011001001100111000000101110110010000110110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9960; }

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

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

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

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

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

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

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

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