#A9965F

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

Shades of Barley Corn #A9965F

Tints of Barley Corn #A9965F

Color information

#A9965F (or 0xA9965F) is unknown color: approx Barley Corn. HEX triplet: A9, 96 and 5F. RGB value is (169,150,95). Sum of RGB (Red+Green+Blue) = 169+150+95=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A9965F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9965F is #5669A0. Grayscale: #959595. Windows color (decimal): -5663137 or 6264489. OLE color: 6264489.

HSL color Cylindrical-coordinate representation of color #A9965F: hue angle of 44.59º 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 #A9965F is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB16915095-
CMYK00.110.440.34
HSL44.59º30.08%51.76%-
HSV(B)44.59º43.79%66.27%-
XYZ29.3331.0715.28-
YUV149.4197.29141.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.82%
GREEN value IS 150 (58.98% from 255) = 36.23%
BLUE value IS 95 (37.5% from 255) = 22.95%
R=40.82%
G=36.23%
B=22.95%

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
Decimal1691509500.110.440.3444.5930.0851.76
HexA9965F0B2C222d1e34
Octal2512261370135442553664
Binary101010011001011010111110101110110010001010110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9965F; }

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

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

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

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

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

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

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

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