#A9995E

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

Shades of Barley Corn #A9995E

Tints of Barley Corn #A9995E

Color information

#A9995E (or 0xA9995E) is unknown color: approx Barley Corn. HEX triplet: A9, 99 and 5E. RGB value is (169,153,94). Sum of RGB (Red+Green+Blue) = 169+153+94=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 169 - color contains mainly: red. Hex color #A9995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9995E is #5666A1. Grayscale: #979797. Windows color (decimal): -5662370 or 6199721. OLE color: 6199721.

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

Color convert

RGB16915394-
CMYK00.090.440.34
HSL47.2º30.36%51.57%-
HSV(B)47.2º44.38%66.27%-
XYZ29.7732.0315.2-
YUV151.0695.8140.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.62%
GREEN value IS 153 (60.16% from 255) = 36.78%
BLUE value IS 94 (37.11% from 255) = 22.60%
R=40.62%
G=36.78%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691539400.090.440.3447.230.3651.57
HexA9995E092C222f1e34
Octal2512311360115442573664
Binary101010011001100110111100100110110010001010111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9995E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9995E; }

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

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

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

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

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

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

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

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