#AB9760

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

Shades of Barley Corn #AB9760

Tints of Barley Corn #AB9760

Color information

#AB9760 (or 0xAB9760) is unknown color: approx Barley Corn. HEX triplet: AB, 97 and 60. RGB value is (171,151,96). Sum of RGB (Red+Green+Blue) = 171+151+96=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9760 is #54689F. Grayscale: #969696. Windows color (decimal): -5531808 or 6330283. OLE color: 6330283.

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

Color convert

RGB17115196-
CMYK00.120.440.33
HSL44º30.86%52.35%-
HSV(B)44º43.86%67.06%-
XYZ29.9731.6415.59-
YUV150.7197.13142.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.91%
GREEN value IS 151 (59.38% from 255) = 36.12%
BLUE value IS 96 (37.89% from 255) = 22.97%
R=40.91%
G=36.12%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711519600.120.440.334430.8652.35
HexAB97600C2C212c1f34
Octal2532271400145441543764
Binary101010111001011111000000110010110010000110110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9760; }

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

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

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

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

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

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

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

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