#AC9361

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

Shades of Barley Corn #AC9361

Tints of Barley Corn #AC9361

Color information

#AC9361 (or 0xAC9361) is unknown color: approx Barley Corn. HEX triplet: AC, 93 and 61. RGB value is (172,147,97). Sum of RGB (Red+Green+Blue) = 172+147+97=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9361 is #536C9E. Grayscale: #949494. Windows color (decimal): -5467295 or 6394796. OLE color: 6394796.

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

Color convert

RGB17214797-
CMYK00.150.440.33
HSL40º31.12%52.75%-
HSV(B)40º43.6%67.45%-
XYZ29.630.515.64-
YUV148.7798.78144.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.35%
GREEN value IS 147 (57.81% from 255) = 35.34%
BLUE value IS 97 (38.28% from 255) = 23.32%
R=41.35%
G=35.34%
B=23.32%

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
Decimal1721479700.150.440.334031.1252.75
HexAC93610F2C21281f35
Octal2542231410175441503765
Binary101011001001001111000010111110110010000110100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9361; }

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

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

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

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

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

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

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

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