#A59560

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

Shades of Barley Corn #A59560

Tints of Barley Corn #A59560

Color information

#A59560 (or 0xA59560) is unknown color: approx Barley Corn. HEX triplet: A5, 95 and 60. RGB value is (165,149,96). Sum of RGB (Red+Green+Blue) = 165+149+96=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A59560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59560 is #5A6A9F. Grayscale: #939393. Windows color (decimal): -5925536 or 6329765. OLE color: 6329765.

HSL color Cylindrical-coordinate representation of color #A59560: hue angle of 46.09º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A59560 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB16514996-
CMYK00.100.420.35
HSL46.09º27.71%51.18%-
HSV(B)46.09º41.82%64.71%-
XYZ28.3830.3415.43-
YUV147.7498.8140.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.24%
GREEN value IS 149 (58.59% from 255) = 36.34%
BLUE value IS 96 (37.89% from 255) = 23.41%
R=40.24%
G=36.34%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651499600.100.420.3546.0927.7151.18
HexA595600A2A232e1c33
Octal2452251400125243563463
Binary101001011001010111000000101010101010001110111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59560; }

 p { color: rgb(165,149,96); }

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

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

 a { background-color: rgb(165,149,96); }

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

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

 span { border-color: rgb(165,149,96); }

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