#AB915E

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

Shades of Barley Corn #AB915E

Tints of Barley Corn #AB915E

Color information

#AB915E (or 0xAB915E) is unknown color: approx Barley Corn. HEX triplet: AB, 91 and 5E. RGB value is (171,145,94). Sum of RGB (Red+Green+Blue) = 171+145+94=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB915E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB915E is #546EA1. Grayscale: #939393. Windows color (decimal): -5533346 or 6197675. OLE color: 6197675.

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

Color convert

RGB17114594-
CMYK00.150.450.33
HSL39.74º31.43%51.96%-
HSV(B)39.74º45.03%67.06%-
XYZ28.9429.7214.8-
YUV146.9698.11145.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.71%
GREEN value IS 145 (57.03% from 255) = 35.37%
BLUE value IS 94 (37.11% from 255) = 22.93%
R=41.71%
G=35.37%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711459400.150.450.3339.7431.4351.96
HexAB915E0F2D21281f34
Octal2532211360175541503764
Binary101010111001000110111100111110110110000110100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB915E; }

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

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

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

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

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

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

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

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