#AC9360

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

Shades of Barley Corn #AC9360

Tints of Barley Corn #AC9360

Color information

#AC9360 (or 0xAC9360) is unknown color: approx Barley Corn. HEX triplet: AC, 93 and 60. RGB value is (172,147,96). Sum of RGB (Red+Green+Blue) = 172+147+96=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9360 is #536C9F. Grayscale: #949494. Windows color (decimal): -5467296 or 6329260. OLE color: 6329260.

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

Color convert

RGB17214796-
CMYK00.150.440.33
HSL40.26º31.4%52.55%-
HSV(B)40.26º44.19%67.45%-
XYZ29.5630.4815.39-
YUV148.6698.28144.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 147 (57.81% from 255) = 35.42%
BLUE value IS 96 (37.89% from 255) = 23.13%
R=41.45%
G=35.42%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721479600.150.440.3340.2631.452.55
HexAC93600F2C21281f35
Octal2542231400175441503765
Binary101011001001001111000000111110110010000110100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9360; }

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

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

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

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

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

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

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

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