#A6965D

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

Shades of Barley Corn #A6965D

Tints of Barley Corn #A6965D

Color information

#A6965D (or 0xA6965D) is unknown color: approx Barley Corn. HEX triplet: A6, 96 and 5D. RGB value is (166,150,93). Sum of RGB (Red+Green+Blue) = 166+150+93=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A6965D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6965D is #5969A2. Grayscale: #949494. Windows color (decimal): -5859747 or 6133414. OLE color: 6133414.

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

Color convert

RGB16615093-
CMYK00.100.440.35
HSL46.85º29.08%50.78%-
HSV(B)46.85º43.98%65.1%-
XYZ28.6130.7114.78-
YUV148.2996.8140.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.59%
GREEN value IS 150 (58.98% from 255) = 36.67%
BLUE value IS 93 (36.72% from 255) = 22.74%
R=40.59%
G=36.67%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661509300.100.440.3546.8529.0850.78
HexA6965D0A2C232f1d33
Octal2462261350125443573563
Binary101001101001011010111010101010110010001110111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6965D; }

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

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

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

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

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

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

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

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