#AB9160

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

Shades of Barley Corn #AB9160

Tints of Barley Corn #AB9160

Color information

#AB9160 (or 0xAB9160) is unknown color: approx Barley Corn. HEX triplet: AB, 91 and 60. RGB value is (171,145,96). Sum of RGB (Red+Green+Blue) = 171+145+96=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9160 is #546E9F. Grayscale: #939393. Windows color (decimal): -5533344 or 6328747. OLE color: 6328747.

HSL color Cylindrical-coordinate representation of color #AB9160: hue angle of 39.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB9160 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17114596-
CMYK00.150.440.33
HSL39.2º30.86%52.35%-
HSV(B)39.2º43.86%67.06%-
XYZ29.0329.7515.28-
YUV147.1999.11144.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.50%
GREEN value IS 145 (57.03% from 255) = 35.19%
BLUE value IS 96 (37.89% from 255) = 23.30%
R=41.50%
G=35.19%
B=23.30%

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
Decimal1711459600.150.440.3339.230.8652.35
HexAB91600F2C21271f34
Octal2532211400175441473764
Binary101010111001000111000000111110110010000110011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9160; }

 p { color: rgb(171,145,96); }

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

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

 a { background-color: rgb(171,145,96); }

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

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

 span { border-color: rgb(171,145,96); }

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