#A89164

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

Shades of Barley Corn #A89164

Tints of Barley Corn #A89164

Color information

#A89164 (or 0xA89164) is unknown color: approx Barley Corn. HEX triplet: A8, 91 and 64. RGB value is (168,145,100). Sum of RGB (Red+Green+Blue) = 168+145+100=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 168 - color contains mainly: red. Hex color #A89164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89164 is #576E9B. Grayscale: #929292. Windows color (decimal): -5729948 or 6590888. OLE color: 6590888.

HSL color Cylindrical-coordinate representation of color #A89164: hue angle of 39.71º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A89164 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB168145100-
CMYK00.140.400.34
HSL39.71º28.1%52.55%-
HSV(B)39.71º40.48%65.88%-
XYZ28.5729.516.24-
YUV146.75101.62143.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.68%
GREEN value IS 145 (57.03% from 255) = 35.11%
BLUE value IS 100 (39.45% from 255) = 24.21%
R=40.68%
G=35.11%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814510000.140.400.3439.7128.152.55
HexA891640E2822281c35
Octal2502211440165042503465
Binary101010001001000111001000111010100010001010100011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89164; }

 p { color: rgb(168,145,100); }

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

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

 a { background-color: rgb(168,145,100); }

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

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

 span { border-color: rgb(168,145,100); }

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