#A79661

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

Shades of Barley Corn #A79661

Tints of Barley Corn #A79661

Color information

#A79661 (or 0xA79661) is unknown color: approx Barley Corn. HEX triplet: A7, 96 and 61. RGB value is (167,150,97). Sum of RGB (Red+Green+Blue) = 167+150+97=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 167 - color contains mainly: red. Hex color #A79661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79661 is #58699E. Grayscale: #959595. Windows color (decimal): -5794207 or 6395559. OLE color: 6395559.

HSL color Cylindrical-coordinate representation of color #A79661: hue angle of 45.43º 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 #A79661 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB16715097-
CMYK00.100.420.35
HSL45.43º28.46%51.76%-
HSV(B)45.43º41.92%65.49%-
XYZ2930.8915.74-
YUV149.0498.63140.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.34%
GREEN value IS 150 (58.98% from 255) = 36.23%
BLUE value IS 97 (38.28% from 255) = 23.43%
R=40.34%
G=36.23%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671509700.100.420.3545.4328.4651.76
HexA796610A2A232d1c34
Octal2472261410125243553464
Binary101001111001011011000010101010101010001110110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79661; }

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

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

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

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

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

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

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

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