#A6975F

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

Shades of Barley Corn #A6975F

Tints of Barley Corn #A6975F

Color information

#A6975F (or 0xA6975F) is unknown color: approx Barley Corn. HEX triplet: A6, 97 and 5F. RGB value is (166,151,95). Sum of RGB (Red+Green+Blue) = 166+151+95=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A6975F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6975F is #5968A0. Grayscale: #959595. Windows color (decimal): -5859489 or 6264742. OLE color: 6264742.

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

Color convert

RGB16615195-
CMYK00.090.430.35
HSL47.32º28.51%51.18%-
HSV(B)47.32º42.77%65.1%-
XYZ28.8631.0715.3-
YUV149.197.47140.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.29%
GREEN value IS 151 (59.38% from 255) = 36.65%
BLUE value IS 95 (37.5% from 255) = 23.06%
R=40.29%
G=36.65%
B=23.06%

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
Decimal1661519500.090.430.3547.3228.5151.18
HexA6975F092B232f1d33
Octal2462271370115343573563
Binary101001101001011110111110100110101110001110111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6975F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6975F; }

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

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

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

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

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

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

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

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