#A9965E

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

Shades of Barley Corn #A9965E

Tints of Barley Corn #A9965E

Color information

#A9965E (or 0xA9965E) is unknown color: approx Barley Corn. HEX triplet: A9, 96 and 5E. RGB value is (169,150,94). Sum of RGB (Red+Green+Blue) = 169+150+94=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A9965E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9965E is #5669A1. Grayscale: #959595. Windows color (decimal): -5663138 or 6198953. OLE color: 6198953.

HSL color Cylindrical-coordinate representation of color #A9965E: hue angle of 44.8º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9965E is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB16915094-
CMYK00.110.440.34
HSL44.8º30.36%51.57%-
HSV(B)44.8º44.38%66.27%-
XYZ29.2931.0615.04-
YUV149.396.79142.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.92%
GREEN value IS 150 (58.98% from 255) = 36.32%
BLUE value IS 94 (37.11% from 255) = 22.76%
R=40.92%
G=36.32%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691509400.110.440.3444.830.3651.57
HexA9965E0B2C222d1e34
Octal2512261360135442553664
Binary101010011001011010111100101110110010001010110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9965E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9965E; }

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

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

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

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

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

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

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

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