#A7955F

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

Shades of Barley Corn #A7955F

Tints of Barley Corn #A7955F

Color information

#A7955F (or 0xA7955F) is unknown color: approx Barley Corn. HEX triplet: A7, 95 and 5F. RGB value is (167,149,95). Sum of RGB (Red+Green+Blue) = 167+149+95=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 167 - color contains mainly: red. Hex color #A7955F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7955F is #586AA0. Grayscale: #949494. Windows color (decimal): -5794465 or 6264231. OLE color: 6264231.

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

Color convert

RGB16714995-
CMYK00.110.430.35
HSL45º29.03%51.37%-
HSV(B)45º43.11%65.49%-
XYZ28.7530.5415.21-
YUV148.2397.96141.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.63%
GREEN value IS 149 (58.59% from 255) = 36.25%
BLUE value IS 95 (37.5% from 255) = 23.11%
R=40.63%
G=36.25%
B=23.11%

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
Decimal1671499500.110.430.354529.0351.37
HexA7955F0B2B232d1d33
Octal2472251370135343553563
Binary101001111001010110111110101110101110001110110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7955F; }

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

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

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

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

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

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

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

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