#AA9460

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

Shades of Barley Corn #AA9460

Tints of Barley Corn #AA9460

Color information

#AA9460 (or 0xAA9460) is unknown color: approx Barley Corn. HEX triplet: AA, 94 and 60. RGB value is (170,148,96). Sum of RGB (Red+Green+Blue) = 170+148+96=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9460 is #556B9F. Grayscale: #949494. Windows color (decimal): -5598112 or 6329514. OLE color: 6329514.

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

Color convert

RGB17014896-
CMYK00.130.440.33
HSL42.16º30.33%52.16%-
HSV(B)42.16º43.53%66.67%-
XYZ29.2830.5715.42-
YUV148.6598.29143.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.06%
GREEN value IS 148 (58.20% from 255) = 35.75%
BLUE value IS 96 (37.89% from 255) = 23.19%
R=41.06%
G=35.75%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701489600.130.440.3342.1630.3352.16
HexAA94600D2C212a1e34
Octal2522241400155441523664
Binary101010101001010011000000110110110010000110101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9460; }

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

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

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

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

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

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

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

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