#AB9C60

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

Shades of Barley Corn #AB9C60

Tints of Barley Corn #AB9C60

Color information

#AB9C60 (or 0xAB9C60) is unknown color: approx Barley Corn. HEX triplet: AB, 9C and 60. RGB value is (171,156,96). Sum of RGB (Red+Green+Blue) = 171+156+96=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9C60 is #54639F. Grayscale: #999999. Windows color (decimal): -5530528 or 6331563. OLE color: 6331563.

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

Color convert

RGB17115696-
CMYK00.090.440.33
HSL48º30.86%52.35%-
HSV(B)48º43.86%67.06%-
XYZ30.7933.2815.87-
YUV153.6495.47140.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.43%
GREEN value IS 156 (61.33% from 255) = 36.88%
BLUE value IS 96 (37.89% from 255) = 22.70%
R=40.43%
G=36.88%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711569600.090.440.334830.8652.35
HexAB9C60092C21301f34
Octal2532341400115441603764
Binary101010111001110011000000100110110010000111000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9C60; }

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

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

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

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

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

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

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

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