#A5955F

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

Shades of Barley Corn #A5955F

Tints of Barley Corn #A5955F

Color information

#A5955F (or 0xA5955F) is unknown color: approx Barley Corn. HEX triplet: A5, 95 and 5F. RGB value is (165,149,95). Sum of RGB (Red+Green+Blue) = 165+149+95=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A5955F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5955F is #5A6AA0. Grayscale: #939393. Windows color (decimal): -5925537 or 6264229. OLE color: 6264229.

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

Color convert

RGB16514995-
CMYK00.100.420.35
HSL46.29º28%50.98%-
HSV(B)46.29º42.42%64.71%-
XYZ28.3330.3215.19-
YUV147.6398.3140.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.34%
GREEN value IS 149 (58.59% from 255) = 36.43%
BLUE value IS 95 (37.5% from 255) = 23.23%
R=40.34%
G=36.43%
B=23.23%

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
Decimal1651499500.100.420.3546.292850.98
HexA5955F0A2A232e1c33
Octal2452251370125243563463
Binary101001011001010110111110101010101010001110111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5955F; }

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

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

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

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

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

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

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

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