#A79361

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

Shades of Barley Corn #A79361

Tints of Barley Corn #A79361

Color information

#A79361 (or 0xA79361) is unknown color: approx Barley Corn. HEX triplet: A7, 93 and 61. RGB value is (167,147,97). Sum of RGB (Red+Green+Blue) = 167+147+97=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 167 - color contains mainly: red. Hex color #A79361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79361 is #586C9E. Grayscale: #939393. Windows color (decimal): -5794975 or 6394791. OLE color: 6394791.

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

Color convert

RGB16714797-
CMYK00.120.420.35
HSL42.86º28.46%51.76%-
HSV(B)42.86º41.92%65.49%-
XYZ28.5329.9515.59-
YUV147.2899.63142.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.63%
GREEN value IS 147 (57.81% from 255) = 35.77%
BLUE value IS 97 (38.28% from 255) = 23.60%
R=40.63%
G=35.77%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671479700.120.420.3542.8628.4651.76
HexA793610C2A232b1c34
Octal2472231410145243533464
Binary101001111001001111000010110010101010001110101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79361; }

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

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

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

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

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

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

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

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