#AC9964

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

Shades of Barley Corn #AC9964

Tints of Barley Corn #AC9964

Color information

#AC9964 (or 0xAC9964) is unknown color: approx Barley Corn. HEX triplet: AC, 99 and 64. RGB value is (172,153,100). Sum of RGB (Red+Green+Blue) = 172+153+100=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9964 is #53669B. Grayscale: #989898. Windows color (decimal): -5465756 or 6592940. OLE color: 6592940.

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

Color convert

RGB172153100-
CMYK00.110.420.33
HSL44.17º30.25%53.33%-
HSV(B)44.17º41.86%67.45%-
XYZ30.732.4716.71-
YUV152.6498.29141.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.47%
GREEN value IS 153 (60.16% from 255) = 36%
BLUE value IS 100 (39.45% from 255) = 23.53%
R=40.47%
G=36%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215310000.110.420.3344.1730.2553.33
HexAC99640B2A212c1e35
Octal2542311440135241543665
Binary101011001001100111001000101110101010000110110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9964; }

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

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

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

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

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

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

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

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