#A69661

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

Shades of Barley Corn #A69661

Tints of Barley Corn #A69661

Color information

#A69661 (or 0xA69661) is unknown color: approx Barley Corn. HEX triplet: A6, 96 and 61. RGB value is (166,150,97). Sum of RGB (Red+Green+Blue) = 166+150+97=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A69661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69661 is #59699E. Grayscale: #949494. Windows color (decimal): -5859743 or 6395558. OLE color: 6395558.

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

Color convert

RGB16615097-
CMYK00.100.420.35
HSL46.09º27.94%51.57%-
HSV(B)46.09º41.57%65.1%-
XYZ28.7930.7815.73-
YUV148.7498.8140.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.19%
GREEN value IS 150 (58.98% from 255) = 36.32%
BLUE value IS 97 (38.28% from 255) = 23.49%
R=40.19%
G=36.32%
B=23.49%

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
Decimal1661509700.100.420.3546.0927.9451.57
HexA696610A2A232e1c34
Octal2462261410125243563464
Binary101001101001011011000010101010101010001110111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69661; }

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

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

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

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

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

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

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

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