#A8945D

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

Shades of Barley Corn #A8945D

Tints of Barley Corn #A8945D

Color information

#A8945D (or 0xA8945D) is unknown color: approx Barley Corn. HEX triplet: A8, 94 and 5D. RGB value is (168,148,93). Sum of RGB (Red+Green+Blue) = 168+148+93=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 168 - color contains mainly: red. Hex color #A8945D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8945D is #576BA2. Grayscale: #939393. Windows color (decimal): -5729187 or 6132904. OLE color: 6132904.

HSL color Cylindrical-coordinate representation of color #A8945D: hue angle of 44º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8945D is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB16814893-
CMYK00.120.450.34
HSL44º30.12%51.18%-
HSV(B)44º44.64%65.88%-
XYZ28.7130.2914.69-
YUV147.7197.13142.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.08%
GREEN value IS 148 (58.20% from 255) = 36.19%
BLUE value IS 93 (36.72% from 255) = 22.74%
R=41.08%
G=36.19%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681489300.120.450.344430.1251.18
HexA8945D0C2D222c1e33
Octal2502241350145542543663
Binary101010001001010010111010110010110110001010110011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8945D; }

 p { color: rgb(168,148,93); }

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

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

 a { background-color: rgb(168,148,93); }

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

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

 span { border-color: rgb(168,148,93); }

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