#A69461

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

Shades of Barley Corn #A69461

Tints of Barley Corn #A69461

Color information

#A69461 (or 0xA69461) is unknown color: approx Barley Corn. HEX triplet: A6, 94 and 61. RGB value is (166,148,97). Sum of RGB (Red+Green+Blue) = 166+148+97=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A69461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69461 is #596B9E. Grayscale: #939393. Windows color (decimal): -5860255 or 6395046. OLE color: 6395046.

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

Color convert

RGB16614897-
CMYK00.110.420.35
HSL44.35º27.94%51.57%-
HSV(B)44.35º41.57%65.1%-
XYZ28.4730.1515.63-
YUV147.5799.46141.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 148 (58.20% from 255) = 36.01%
BLUE value IS 97 (38.28% from 255) = 23.60%
R=40.39%
G=36.01%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661489700.110.420.3544.3527.9451.57
HexA694610B2A232c1c34
Octal2462241410135243543464
Binary101001101001010011000010101110101010001110110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69461; }

 p { color: rgb(166,148,97); }

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

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

 a { background-color: rgb(166,148,97); }

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

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

 span { border-color: rgb(166,148,97); }

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