#AA9664

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

Shades of Barley Corn #AA9664

Tints of Barley Corn #AA9664

Color information

#AA9664 (or 0xAA9664) is unknown color: approx Barley Corn. HEX triplet: AA, 96 and 64. RGB value is (170,150,100). Sum of RGB (Red+Green+Blue) = 170+150+100=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9664 is #55699B. Grayscale: #969696. Windows color (decimal): -5597596 or 6592170. OLE color: 6592170.

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

Color convert

RGB170150100-
CMYK00.120.410.33
HSL42.86º29.17%52.94%-
HSV(B)42.86º41.18%66.67%-
XYZ29.7831.2816.52-
YUV150.2899.63142.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 150 (58.98% from 255) = 35.71%
BLUE value IS 100 (39.45% from 255) = 23.81%
R=40.48%
G=35.71%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015010000.120.410.3342.8629.1752.94
HexAA96640C29212b1d35
Octal2522261440145141533565
Binary101010101001011011001000110010100110000110101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9664; }

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

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

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

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

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

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

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

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