#A6955E

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

Shades of Barley Corn #A6955E

Tints of Barley Corn #A6955E

Color information

#A6955E (or 0xA6955E) is unknown color: approx Barley Corn. HEX triplet: A6, 95 and 5E. RGB value is (166,149,94). Sum of RGB (Red+Green+Blue) = 166+149+94=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A6955E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6955E is #596AA1. Grayscale: #949494. Windows color (decimal): -5860002 or 6198694. OLE color: 6198694.

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

Color convert

RGB16614994-
CMYK00.100.430.35
HSL45.83º28.8%50.98%-
HSV(B)45.83º43.37%65.1%-
XYZ28.4930.4114.96-
YUV147.8197.63140.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.59%
GREEN value IS 149 (58.59% from 255) = 36.43%
BLUE value IS 94 (37.11% from 255) = 22.98%
R=40.59%
G=36.43%
B=22.98%

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
Decimal1661499400.100.430.3545.8328.850.98
HexA6955E0A2B232e1d33
Octal2462251360125343563563
Binary101001101001010110111100101010101110001110111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6955E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6955E; }

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

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

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

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

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

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

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

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