#AA9A60

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

Shades of Barley Corn #AA9A60

Tints of Barley Corn #AA9A60

Color information

#AA9A60 (or 0xAA9A60) is unknown color: approx Barley Corn. HEX triplet: AA, 9A and 60. RGB value is (170,154,96). Sum of RGB (Red+Green+Blue) = 170+154+96=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A60 is #55659F. Grayscale: #989898. Windows color (decimal): -5596576 or 6331050. OLE color: 6331050.

HSL color Cylindrical-coordinate representation of color #AA9A60: hue angle of 47.03º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA9A60 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17015496-
CMYK00.090.440.33
HSL47.03º30.33%52.16%-
HSV(B)47.03º43.53%66.67%-
XYZ30.2432.515.75-
YUV152.1796.3140.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 154 (60.55% from 255) = 36.67%
BLUE value IS 96 (37.89% from 255) = 22.86%
R=40.48%
G=36.67%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701549600.090.440.3347.0330.3352.16
HexAA9A60092C212f1e34
Octal2522321400115441573664
Binary101010101001101011000000100110110010000110111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A60; }

 p { color: rgb(170,154,96); }

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

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

 a { background-color: rgb(170,154,96); }

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

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

 span { border-color: rgb(170,154,96); }

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