#AC9161

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

Shades of Barley Corn #AC9161

Tints of Barley Corn #AC9161

Color information

#AC9161 (or 0xAC9161) is unknown color: approx Barley Corn. HEX triplet: AC, 91 and 61. RGB value is (172,145,97). Sum of RGB (Red+Green+Blue) = 172+145+97=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9161 is #536E9E. Grayscale: #939393. Windows color (decimal): -5467807 or 6394284. OLE color: 6394284.

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

Color convert

RGB17214597-
CMYK00.160.440.33
HSL38.4º31.12%52.75%-
HSV(B)38.4º43.6%67.45%-
XYZ29.329.8815.53-
YUV147.699.45145.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.55%
GREEN value IS 145 (57.03% from 255) = 35.02%
BLUE value IS 97 (38.28% from 255) = 23.43%
R=41.55%
G=35.02%
B=23.43%

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
Decimal1721459700.160.440.3338.431.1252.75
HexAC91610102C21261f35
Octal2542211410205441463765
Binary1010110010010001110000101000010110010000110011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9161; }

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

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

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

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

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

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

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

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