#AA9560

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

Shades of Barley Corn #AA9560

Tints of Barley Corn #AA9560

Color information

#AA9560 (or 0xAA9560) is unknown color: approx Barley Corn. HEX triplet: AA, 95 and 60. RGB value is (170,149,96). Sum of RGB (Red+Green+Blue) = 170+149+96=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9560 is #556A9F. Grayscale: #959595. Windows color (decimal): -5597856 or 6329770. OLE color: 6329770.

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

Color convert

RGB17014996-
CMYK00.120.440.33
HSL42.97º30.33%52.16%-
HSV(B)42.97º43.53%66.67%-
XYZ29.4430.8915.48-
YUV149.2497.96142.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 149 (58.59% from 255) = 35.90%
BLUE value IS 96 (37.89% from 255) = 23.13%
R=40.96%
G=35.90%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701499600.120.440.3342.9730.3352.16
HexAA95600C2C212b1e34
Octal2522251400145441533664
Binary101010101001010111000000110010110010000110101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9560; }

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

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

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

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

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

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

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

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