#AC9364

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

Shades of Barley Corn #AC9364

Tints of Barley Corn #AC9364

Color information

#AC9364 (or 0xAC9364) is unknown color: approx Barley Corn. HEX triplet: AC, 93 and 64. RGB value is (172,147,100). Sum of RGB (Red+Green+Blue) = 172+147+100=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9364 is #536C9B. Grayscale: #959595. Windows color (decimal): -5467292 or 6591404. OLE color: 6591404.

HSL color Cylindrical-coordinate representation of color #AC9364: hue angle of 39.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 #AC9364 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB172147100-
CMYK00.150.420.33
HSL39.17º30.25%53.33%-
HSV(B)39.17º41.86%67.45%-
XYZ29.7530.5616.39-
YUV149.12100.28144.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 100 (39.45% from 255) = 23.87%
R=41.05%
G=35.08%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214710000.150.420.3339.1730.2553.33
HexAC93640F2A21271e35
Octal2542231440175241473665
Binary101011001001001111001000111110101010000110011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9364; }

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

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

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

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

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

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

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

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