#AB9860

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

Shades of Barley Corn #AB9860

Tints of Barley Corn #AB9860

Color information

#AB9860 (or 0xAB9860) is unknown color: approx Barley Corn. HEX triplet: AB, 98 and 60. RGB value is (171,152,96). Sum of RGB (Red+Green+Blue) = 171+152+96=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9860 is #54679F. Grayscale: #979797. Windows color (decimal): -5531552 or 6330539. OLE color: 6330539.

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

Color convert

RGB17115296-
CMYK00.110.440.33
HSL44.8º30.86%52.35%-
HSV(B)44.8º43.86%67.06%-
XYZ30.1331.9615.65-
YUV151.396.79142.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.81%
GREEN value IS 152 (59.77% from 255) = 36.28%
BLUE value IS 96 (37.89% from 255) = 22.91%
R=40.81%
G=36.28%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711529600.110.440.3344.830.8652.35
HexAB98600B2C212d1f34
Octal2532301400135441553764
Binary101010111001100011000000101110110010000110110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9860; }

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

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

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

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

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

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

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

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