#A5965F

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

Shades of Barley Corn #A5965F

Tints of Barley Corn #A5965F

Color information

#A5965F (or 0xA5965F) is unknown color: approx Barley Corn. HEX triplet: A5, 96 and 5F. RGB value is (165,150,95). Sum of RGB (Red+Green+Blue) = 165+150+95=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A5965F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5965F is #5A69A0. Grayscale: #949494. Windows color (decimal): -5925281 or 6264485. OLE color: 6264485.

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

Color convert

RGB16515095-
CMYK00.090.420.35
HSL47.14º28%50.98%-
HSV(B)47.14º42.42%64.71%-
XYZ28.4930.6415.24-
YUV148.2297.97139.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.24%
GREEN value IS 150 (58.98% from 255) = 36.59%
BLUE value IS 95 (37.5% from 255) = 23.17%
R=40.24%
G=36.59%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651509500.090.420.3547.142850.98
HexA5965F092A232f1c33
Octal2452261370115243573463
Binary101001011001011010111110100110101010001110111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5965F; }

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

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

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

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

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

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

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

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