#AC9061

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

Shades of Barley Corn #AC9061

Tints of Barley Corn #AC9061

Color information

#AC9061 (or 0xAC9061) is unknown color: approx Barley Corn. HEX triplet: AC, 90 and 61. RGB value is (172,144,97). Sum of RGB (Red+Green+Blue) = 172+144+97=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9061 is #536F9E. Grayscale: #939393. Windows color (decimal): -5468063 or 6394028. OLE color: 6394028.

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

Color convert

RGB17214497-
CMYK00.160.440.33
HSL37.6º31.12%52.75%-
HSV(B)37.6º43.6%67.45%-
XYZ29.1429.5815.48-
YUV147.0199.78145.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 144 (56.64% from 255) = 34.87%
BLUE value IS 97 (38.28% from 255) = 23.49%
R=41.65%
G=34.87%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721449700.160.440.3337.631.1252.75
HexAC90610102C21261f35
Octal2542201410205441463765
Binary1010110010010000110000101000010110010000110011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9061; }

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

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

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

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

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

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

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

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