#AA9964

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

Shades of Barley Corn #AA9964

Tints of Barley Corn #AA9964

Color information

#AA9964 (or 0xAA9964) is unknown color: approx Barley Corn. HEX triplet: AA, 99 and 64. RGB value is (170,153,100). Sum of RGB (Red+Green+Blue) = 170+153+100=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9964 is #55669B. Grayscale: #989898. Windows color (decimal): -5596828 or 6592938. OLE color: 6592938.

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

Color convert

RGB170153100-
CMYK00.10.410.33
HSL45.43º29.17%52.94%-
HSV(B)45.43º41.18%66.67%-
XYZ30.2732.2516.69-
YUV152.0498.63140.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 153 (60.16% from 255) = 36.17%
BLUE value IS 100 (39.45% from 255) = 23.64%
R=40.19%
G=36.17%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015310000.10.410.3345.4329.1752.94
HexAA99640A29212d1d35
Octal2522311440125141553565
Binary101010101001100111001000101010100110000110110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9964; }

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

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

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

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

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

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

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

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