#AB9062

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

Shades of Barley Corn #AB9062

Tints of Barley Corn #AB9062

Color information

#AB9062 (or 0xAB9062) is unknown color: approx Barley Corn. HEX triplet: AB, 90 and 62. RGB value is (171,144,98). Sum of RGB (Red+Green+Blue) = 171+144+98=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9062 is #546F9D. Grayscale: #939393. Windows color (decimal): -5533598 or 6459563. OLE color: 6459563.

HSL color Cylindrical-coordinate representation of color #AB9062: hue angle of 37.81º degrees, saturation: 0.3, 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 #AB9062 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB17114498-
CMYK00.160.430.33
HSL37.81º30.29%52.75%-
HSV(B)37.81º42.69%67.06%-
XYZ28.9729.4915.72-
YUV146.83100.45145.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.40%
GREEN value IS 144 (56.64% from 255) = 34.87%
BLUE value IS 98 (38.67% from 255) = 23.73%
R=41.40%
G=34.87%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711449800.160.430.3337.8130.2952.75
HexAB90620102B21261e35
Octal2532201420205341463665
Binary1010101110010000110001001000010101110000110011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9062; }

 p { color: rgb(171,144,98); }

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

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

 a { background-color: rgb(171,144,98); }

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

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

 span { border-color: rgb(171,144,98); }

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