#AB985F

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

Shades of Barley Corn #AB985F

Tints of Barley Corn #AB985F

Color information

#AB985F (or 0xAB985F) is unknown color: approx Barley Corn. HEX triplet: AB, 98 and 5F. RGB value is (171,152,95). Sum of RGB (Red+Green+Blue) = 171+152+95=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB985F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB985F is #5467A0. Grayscale: #979797. Windows color (decimal): -5531553 or 6265003. OLE color: 6265003.

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

Color convert

RGB17115295-
CMYK00.110.440.33
HSL45º31.15%52.16%-
HSV(B)45º44.44%67.06%-
XYZ30.0931.9415.41-
YUV151.1896.29142.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.91%
GREEN value IS 152 (59.77% from 255) = 36.36%
BLUE value IS 95 (37.5% from 255) = 22.73%
R=40.91%
G=36.36%
B=22.73%

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
Decimal1711529500.110.440.334531.1552.16
HexAB985F0B2C212d1f34
Octal2532301370135441553764
Binary101010111001100010111110101110110010000110110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB985F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB985F; }

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

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

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

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

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

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

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

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