#AA9160

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

Shades of Barley Corn #AA9160

Tints of Barley Corn #AA9160

Color information

#AA9160 (or 0xAA9160) is unknown color: approx Barley Corn. HEX triplet: AA, 91 and 60. RGB value is (170,145,96). Sum of RGB (Red+Green+Blue) = 170+145+96=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9160 is #556E9F. Grayscale: #939393. Windows color (decimal): -5598880 or 6328746. OLE color: 6328746.

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

Color convert

RGB17014596-
CMYK00.150.440.33
HSL39.73º30.33%52.16%-
HSV(B)39.73º43.53%66.67%-
XYZ28.8129.6415.27-
YUV146.8999.28144.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 145 (57.03% from 255) = 35.28%
BLUE value IS 96 (37.89% from 255) = 23.36%
R=41.36%
G=35.28%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701459600.150.440.3339.7330.3352.16
HexAA91600F2C21281e34
Octal2522211400175441503664
Binary101010101001000111000000111110110010000110100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9160; }

 p { color: rgb(170,145,96); }

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

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

 a { background-color: rgb(170,145,96); }

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

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

 span { border-color: rgb(170,145,96); }

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