#A6965F

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

Shades of Barley Corn #A6965F

Tints of Barley Corn #A6965F

Color information

#A6965F (or 0xA6965F) is unknown color: approx Barley Corn. HEX triplet: A6, 96 and 5F. RGB value is (166,150,95). Sum of RGB (Red+Green+Blue) = 166+150+95=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A6965F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6965F is #5969A0. Grayscale: #949494. Windows color (decimal): -5859745 or 6264486. OLE color: 6264486.

HSL color Cylindrical-coordinate representation of color #A6965F: hue angle of 46.48º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A6965F is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB16615095-
CMYK00.100.430.35
HSL46.48º28.51%51.18%-
HSV(B)46.48º42.77%65.1%-
XYZ28.730.7515.25-
YUV148.5197.8140.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 150 (58.98% from 255) = 36.50%
BLUE value IS 95 (37.5% from 255) = 23.11%
R=40.39%
G=36.50%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661509500.100.430.3546.4828.5151.18
HexA6965F0A2B232e1d33
Octal2462261370125343563563
Binary101001101001011010111110101010101110001110111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6965F; }

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

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

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

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

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

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

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

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