#A7965F

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

Shades of Barley Corn #A7965F

Tints of Barley Corn #A7965F

Color information

#A7965F (or 0xA7965F) is unknown color: approx Barley Corn. HEX triplet: A7, 96 and 5F. RGB value is (167,150,95). Sum of RGB (Red+Green+Blue) = 167+150+95=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 167 - color contains mainly: red. Hex color #A7965F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7965F is #5869A0. Grayscale: #959595. Windows color (decimal): -5794209 or 6264487. OLE color: 6264487.

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

Color convert

RGB16715095-
CMYK00.100.430.35
HSL45.83º29.03%51.37%-
HSV(B)45.83º43.11%65.49%-
XYZ28.9130.8515.26-
YUV148.8197.63140.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.53%
GREEN value IS 150 (58.98% from 255) = 36.41%
BLUE value IS 95 (37.5% from 255) = 23.06%
R=40.53%
G=36.41%
B=23.06%

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
Decimal1671509500.100.430.3545.8329.0351.37
HexA7965F0A2B232e1d33
Octal2472261370125343563563
Binary101001111001011010111110101010101110001110111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7965F; }

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

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

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

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

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

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

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

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