#AB9762

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

Shades of Barley Corn #AB9762

Tints of Barley Corn #AB9762

Color information

#AB9762 (or 0xAB9762) is unknown color: approx Barley Corn. HEX triplet: AB, 97 and 62. RGB value is (171,151,98). Sum of RGB (Red+Green+Blue) = 171+151+98=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9762 is #54689D. Grayscale: #979797. Windows color (decimal): -5531806 or 6461355. OLE color: 6461355.

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

Color convert

RGB17115198-
CMYK00.120.430.33
HSL43.56º30.29%52.75%-
HSV(B)43.56º42.69%67.06%-
XYZ30.0731.6716.08-
YUV150.9498.13142.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.71%
GREEN value IS 151 (59.38% from 255) = 35.95%
BLUE value IS 98 (38.67% from 255) = 23.33%
R=40.71%
G=35.95%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711519800.120.430.3343.5630.2952.75
HexAB97620C2B212c1e35
Octal2532271420145341543665
Binary101010111001011111000100110010101110000110110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9762; }

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

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

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

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

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

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

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

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