#AB9359

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

Shades of Barley Corn #AB9359

Tints of Barley Corn #AB9359

Color information

#AB9359 (or 0xAB9359) is unknown color: approx Barley Corn. HEX triplet: AB, 93 and 59. RGB value is (171,147,89). Sum of RGB (Red+Green+Blue) = 171+147+89=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 89 (35.16% from 255 or 21.87% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9359 is #546CA6. Grayscale: #939393. Windows color (decimal): -5532839 or 5870507. OLE color: 5870507.

HSL color Cylindrical-coordinate representation of color #AB9359: hue angle of 42.44º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB9359 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB17114789-
CMYK00.140.480.33
HSL42.44º32.8%50.98%-
HSV(B)42.44º47.95%67.06%-
XYZ29.0330.2513.76-
YUV147.5694.95144.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.01%
GREEN value IS 147 (57.81% from 255) = 36.12%
BLUE value IS 89 (35.16% from 255) = 21.87%
R=42.01%
G=36.12%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711478900.140.480.3342.4432.850.98
HexAB93590E30212a2133
Octal2532231310166041524163
Binary1010101110010011101100101110110000100001101010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9359; }

 p { color: rgb(171,147,89); }

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

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

 a { background-color: rgb(171,147,89); }

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

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

 span { border-color: rgb(171,147,89); }

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