#AA9564

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

Shades of Barley Corn #AA9564

Tints of Barley Corn #AA9564

Color information

#AA9564 (or 0xAA9564) is unknown color: approx Barley Corn. HEX triplet: AA, 95 and 64. RGB value is (170,149,100). Sum of RGB (Red+Green+Blue) = 170+149+100=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9564 is #556A9B. Grayscale: #959595. Windows color (decimal): -5597852 or 6591914. OLE color: 6591914.

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

Color convert

RGB170149100-
CMYK00.120.410.33
HSL42º29.17%52.94%-
HSV(B)42º41.18%66.67%-
XYZ29.6330.9616.47-
YUV149.6999.96142.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 149 (58.59% from 255) = 35.56%
BLUE value IS 100 (39.45% from 255) = 23.87%
R=40.57%
G=35.56%
B=23.87%

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
Decimal17014910000.120.410.334229.1752.94
HexAA95640C29212a1d35
Octal2522251440145141523565
Binary101010101001010111001000110010100110000110101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9564; }

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

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

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

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

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

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

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

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