#AA9464

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

Shades of Barley Corn #AA9464

Tints of Barley Corn #AA9464

Color information

#AA9464 (or 0xAA9464) is unknown color: approx Barley Corn. HEX triplet: AA, 94 and 64. RGB value is (170,148,100). Sum of RGB (Red+Green+Blue) = 170+148+100=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9464 is #556B9B. Grayscale: #959595. Windows color (decimal): -5598108 or 6591658. OLE color: 6591658.

HSL color Cylindrical-coordinate representation of color #AA9464: hue angle of 41.14º 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 #AA9464 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB170148100-
CMYK00.130.410.33
HSL41.14º29.17%52.94%-
HSV(B)41.14º41.18%66.67%-
XYZ29.4730.6516.42-
YUV149.11100.29142.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 148 (58.20% from 255) = 35.41%
BLUE value IS 100 (39.45% from 255) = 23.92%
R=40.67%
G=35.41%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014810000.130.410.3341.1429.1752.94
HexAA94640D2921291d35
Octal2522241440155141513565
Binary101010101001010011001000110110100110000110100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9464; }

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

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

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

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

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

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

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

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