#A6975E

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

Shades of Barley Corn #A6975E

Tints of Barley Corn #A6975E

Color information

#A6975E (or 0xA6975E) is unknown color: approx Barley Corn. HEX triplet: A6, 97 and 5E. RGB value is (166,151,94). Sum of RGB (Red+Green+Blue) = 166+151+94=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A6975E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6975E is #5968A1. Grayscale: #959595. Windows color (decimal): -5859490 or 6199206. OLE color: 6199206.

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

Color convert

RGB16615194-
CMYK00.090.430.35
HSL47.5º28.8%50.98%-
HSV(B)47.5º43.37%65.1%-
XYZ28.8131.0515.06-
YUV148.9996.97140.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 151 (59.38% from 255) = 36.74%
BLUE value IS 94 (37.11% from 255) = 22.87%
R=40.39%
G=36.74%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661519400.090.430.3547.528.850.98
HexA6975E092B23301d33
Octal2462271360115343603563
Binary101001101001011110111100100110101110001111000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6975E; }

 p { color: rgb(166,151,94); }

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

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

 a { background-color: rgb(166,151,94); }

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

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

 span { border-color: rgb(166,151,94); }

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