#A7935E

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

Shades of Barley Corn #A7935E

Tints of Barley Corn #A7935E

Color information

#A7935E (or 0xA7935E) is unknown color: approx Barley Corn. HEX triplet: A7, 93 and 5E. RGB value is (167,147,94). Sum of RGB (Red+Green+Blue) = 167+147+94=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 167 - color contains mainly: red. Hex color #A7935E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7935E is #586CA1. Grayscale: #939393. Windows color (decimal): -5794978 or 6198183. OLE color: 6198183.

HSL color Cylindrical-coordinate representation of color #A7935E: hue angle of 43.56º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7935E is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB16714794-
CMYK00.120.440.35
HSL43.56º29.32%51.18%-
HSV(B)43.56º43.71%65.49%-
XYZ28.3929.8914.86-
YUV146.9498.13142.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.93%
GREEN value IS 147 (57.81% from 255) = 36.03%
BLUE value IS 94 (37.11% from 255) = 23.04%
R=40.93%
G=36.03%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671479400.120.440.3543.5629.3251.18
HexA7935E0C2C232c1d33
Octal2472231360145443543563
Binary101001111001001110111100110010110010001110110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7935E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7935E; }

 p { color: rgb(167,147,94); }

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

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

 a { background-color: rgb(167,147,94); }

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

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

 span { border-color: rgb(167,147,94); }

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