#AB8E61

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

Shades of Barley Corn #AB8E61

Tints of Barley Corn #AB8E61

Color information

#AB8E61 (or 0xAB8E61) is unknown color: approx Barley Corn. HEX triplet: AB, 8E and 61. RGB value is (171,142,97). Sum of RGB (Red+Green+Blue) = 171+142+97=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8E61 is #54719E. Grayscale: #919191. Windows color (decimal): -5534111 or 6393515. OLE color: 6393515.

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

Color convert

RGB17114297-
CMYK00.170.430.33
HSL36.49º30.58%52.55%-
HSV(B)36.49º43.27%67.06%-
XYZ28.6328.8715.37-
YUV145.54100.61146.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.71%
GREEN value IS 142 (55.86% from 255) = 34.63%
BLUE value IS 97 (38.28% from 255) = 23.66%
R=41.71%
G=34.63%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711429700.170.430.3336.4930.5852.55
HexAB8E610112B21241f35
Octal2532161410215341443765
Binary1010101110001110110000101000110101110000110010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8E61; }

 p { color: rgb(171,142,97); }

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

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

 a { background-color: rgb(171,142,97); }

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

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

 span { border-color: rgb(171,142,97); }

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