#A9915E

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

Shades of Barley Corn #A9915E

Tints of Barley Corn #A9915E

Color information

#A9915E (or 0xA9915E) is unknown color: approx Barley Corn. HEX triplet: A9, 91 and 5E. RGB value is (169,145,94). Sum of RGB (Red+Green+Blue) = 169+145+94=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 169 - color contains mainly: red. Hex color #A9915E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9915E is #566EA1. Grayscale: #929292. Windows color (decimal): -5664418 or 6197673. OLE color: 6197673.

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

Color convert

RGB16914594-
CMYK00.140.440.34
HSL40.8º30.36%51.57%-
HSV(B)40.8º44.38%66.27%-
XYZ28.5129.4914.78-
YUV146.3698.45144.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.42%
GREEN value IS 145 (57.03% from 255) = 35.54%
BLUE value IS 94 (37.11% from 255) = 23.04%
R=41.42%
G=35.54%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691459400.140.440.3440.830.3651.57
HexA9915E0E2C22291e34
Octal2512211360165442513664
Binary101010011001000110111100111010110010001010100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9915E; }

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

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

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

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

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

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

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

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