#A8935D

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

Shades of Barley Corn #A8935D

Tints of Barley Corn #A8935D

Color information

#A8935D (or 0xA8935D) is unknown color: approx Barley Corn. HEX triplet: A8, 93 and 5D. RGB value is (168,147,93). Sum of RGB (Red+Green+Blue) = 168+147+93=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A8935D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8935D is #576CA2. Grayscale: #939393. Windows color (decimal): -5729443 or 6132648. OLE color: 6132648.

HSL color Cylindrical-coordinate representation of color #A8935D: hue angle of 43.2º 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 #A8935D is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB16814793-
CMYK00.130.450.34
HSL43.2º30.12%51.18%-
HSV(B)43.2º44.64%65.88%-
XYZ28.5629.9814.64-
YUV147.1297.46142.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.18%
GREEN value IS 147 (57.81% from 255) = 36.03%
BLUE value IS 93 (36.72% from 255) = 22.79%
R=41.18%
G=36.03%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681479300.130.450.3443.230.1251.18
HexA8935D0D2D222b1e33
Octal2502231350155542533663
Binary101010001001001110111010110110110110001010101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8935D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8935D; }

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

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

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

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

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

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

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

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