#AC9564

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

Shades of Barley Corn #AC9564

Tints of Barley Corn #AC9564

Color information

#AC9564 (or 0xAC9564) is unknown color: approx Barley Corn. HEX triplet: AC, 95 and 64. RGB value is (172,149,100). Sum of RGB (Red+Green+Blue) = 172+149+100=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9564 is #536A9B. Grayscale: #969696. Windows color (decimal): -5466780 or 6591916. OLE color: 6591916.

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

Color convert

RGB172149100-
CMYK00.130.420.33
HSL40.83º30.25%53.33%-
HSV(B)40.83º41.86%67.45%-
XYZ30.0631.1916.49-
YUV150.2999.62143.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 149 (58.59% from 255) = 35.39%
BLUE value IS 100 (39.45% from 255) = 23.75%
R=40.86%
G=35.39%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214910000.130.420.3340.8330.2553.33
HexAC95640D2A21291e35
Octal2542251440155241513665
Binary101011001001010111001000110110101010000110100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9564; }

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

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

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

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

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

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

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

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