#A6945F

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

Shades of Barley Corn #A6945F

Tints of Barley Corn #A6945F

Color information

#A6945F (or 0xA6945F) is unknown color: approx Barley Corn. HEX triplet: A6, 94 and 5F. RGB value is (166,148,95). Sum of RGB (Red+Green+Blue) = 166+148+95=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A6945F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6945F is #596BA0. Grayscale: #939393. Windows color (decimal): -5860257 or 6263974. OLE color: 6263974.

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

Color convert

RGB16614895-
CMYK00.110.430.35
HSL44.79º28.51%51.18%-
HSV(B)44.79º42.77%65.1%-
XYZ28.3830.1115.14-
YUV147.3498.46141.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.59%
GREEN value IS 148 (58.20% from 255) = 36.19%
BLUE value IS 95 (37.5% from 255) = 23.23%
R=40.59%
G=36.19%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661489500.110.430.3544.7928.5151.18
HexA6945F0B2B232d1d33
Octal2462241370135343553563
Binary101001101001010010111110101110101110001110110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6945F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6945F; }

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

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

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

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

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

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

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

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