#A89A60

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

Shades of Barley Corn #A89A60

Tints of Barley Corn #A89A60

Color information

#A89A60 (or 0xA89A60) is unknown color: approx Barley Corn. HEX triplet: A8, 9A and 60. RGB value is (168,154,96). Sum of RGB (Red+Green+Blue) = 168+154+96=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89A60 is #57659F. Grayscale: #979797. Windows color (decimal): -5727648 or 6331048. OLE color: 6331048.

HSL color Cylindrical-coordinate representation of color #A89A60: hue angle of 48.33º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A89A60 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB16815496-
CMYK00.080.430.34
HSL48.33º29.27%51.76%-
HSV(B)48.33º42.86%65.88%-
XYZ29.8232.2815.73-
YUV151.5796.64139.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.19%
GREEN value IS 154 (60.55% from 255) = 36.84%
BLUE value IS 96 (37.89% from 255) = 22.97%
R=40.19%
G=36.84%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681549600.080.430.3448.3329.2751.76
HexA89A60082B22301d34
Octal2502321400105342603564
Binary101010001001101011000000100010101110001011000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89A60; }

 p { color: rgb(168,154,96); }

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

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

 a { background-color: rgb(168,154,96); }

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

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

 span { border-color: rgb(168,154,96); }

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