#AA9163

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

Shades of Barley Corn #AA9163

Tints of Barley Corn #AA9163

Color information

#AA9163 (or 0xAA9163) is unknown color: approx Barley Corn. HEX triplet: AA, 91 and 63. RGB value is (170,145,99). Sum of RGB (Red+Green+Blue) = 170+145+99=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 99 (39.06% from 255 or 23.91% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9163 is #556E9C. Grayscale: #939393. Windows color (decimal): -5598877 or 6525354. OLE color: 6525354.

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

Color convert

RGB17014599-
CMYK00.150.420.33
HSL38.87º29.46%52.75%-
HSV(B)38.87º41.76%66.67%-
XYZ28.9629.716.01-
YUV147.23100.78144.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.06%
GREEN value IS 145 (57.03% from 255) = 35.02%
BLUE value IS 99 (39.06% from 255) = 23.91%
R=41.06%
G=35.02%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701459900.150.420.3338.8729.4652.75
HexAA91630F2A21271d35
Octal2522211430175241473565
Binary101010101001000111000110111110101010000110011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9163; }

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

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

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

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

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

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

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

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