#A6955F

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

Shades of Barley Corn #A6955F

Tints of Barley Corn #A6955F

Color information

#A6955F (or 0xA6955F) is unknown color: approx Barley Corn. HEX triplet: A6, 95 and 5F. RGB value is (166,149,95). Sum of RGB (Red+Green+Blue) = 166+149+95=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A6955F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6955F is #596AA0. Grayscale: #949494. Windows color (decimal): -5860001 or 6264230. OLE color: 6264230.

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

Color convert

RGB16614995-
CMYK00.100.430.35
HSL45.63º28.51%51.18%-
HSV(B)45.63º42.77%65.1%-
XYZ28.5430.4315.2-
YUV147.9398.13140.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.49%
GREEN value IS 149 (58.59% from 255) = 36.34%
BLUE value IS 95 (37.5% from 255) = 23.17%
R=40.49%
G=36.34%
B=23.17%

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
Decimal1661499500.100.430.3545.6328.5151.18
HexA6955F0A2B232e1d33
Octal2462251370125343563563
Binary101001101001010110111110101010101110001110111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6955F; }

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

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

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

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

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

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

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

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