#A5965E

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

Shades of Barley Corn #A5965E

Tints of Barley Corn #A5965E

Color information

#A5965E (or 0xA5965E) is unknown color: approx Barley Corn. HEX triplet: A5, 96 and 5E. RGB value is (165,150,94). Sum of RGB (Red+Green+Blue) = 165+150+94=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A5965E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5965E is #5A69A1. Grayscale: #949494. Windows color (decimal): -5925282 or 6198949. OLE color: 6198949.

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

Color convert

RGB16515094-
CMYK00.090.430.35
HSL47.32º28.29%50.78%-
HSV(B)47.32º43.03%64.71%-
XYZ28.4430.6215-
YUV148.197.47140.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.34%
GREEN value IS 150 (58.98% from 255) = 36.67%
BLUE value IS 94 (37.11% from 255) = 22.98%
R=40.34%
G=36.67%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651509400.090.430.3547.3228.2950.78
HexA5965E092B232f1c33
Octal2452261360115343573463
Binary101001011001011010111100100110101110001110111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5965E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5965E; }

 p { color: rgb(165,150,94); }

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

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

 a { background-color: rgb(165,150,94); }

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

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

 span { border-color: rgb(165,150,94); }

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