#AA9364

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

Shades of Barley Corn #AA9364

Tints of Barley Corn #AA9364

Color information

#AA9364 (or 0xAA9364) is unknown color: approx Barley Corn. HEX triplet: AA, 93 and 64. RGB value is (170,147,100). Sum of RGB (Red+Green+Blue) = 170+147+100=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9364 is #556C9B. Grayscale: #949494. Windows color (decimal): -5598364 or 6591402. OLE color: 6591402.

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

Color convert

RGB170147100-
CMYK00.140.410.33
HSL40.29º29.17%52.94%-
HSV(B)40.29º41.18%66.67%-
XYZ29.3130.3316.37-
YUV148.52100.62143.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 100 (39.45% from 255) = 23.98%
R=40.77%
G=35.25%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014710000.140.410.3340.2929.1752.94
HexAA93640E2921281d35
Octal2522231440165141503565
Binary101010101001001111001000111010100110000110100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9364; }

 p { color: rgb(170,147,100); }

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

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

 a { background-color: rgb(170,147,100); }

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

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

 span { border-color: rgb(170,147,100); }

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