#AA9A63

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

Shades of Barley Corn #AA9A63

Tints of Barley Corn #AA9A63

Color information

#AA9A63 (or 0xAA9A63) is unknown color: approx Barley Corn. HEX triplet: AA, 9A and 63. RGB value is (170,154,99). Sum of RGB (Red+Green+Blue) = 170+154+99=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A63 is #55659C. Grayscale: #989898. Windows color (decimal): -5596573 or 6527658. OLE color: 6527658.

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

Color convert

RGB17015499-
CMYK00.090.420.33
HSL46.48º29.46%52.75%-
HSV(B)46.48º41.76%66.67%-
XYZ30.3932.5616.49-
YUV152.5197.8140.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 154 (60.55% from 255) = 36.41%
BLUE value IS 99 (39.06% from 255) = 23.40%
R=40.19%
G=36.41%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701549900.090.420.3346.4829.4652.75
HexAA9A63092A212e1d35
Octal2522321430115241563565
Binary101010101001101011000110100110101010000110111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A63; }

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

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

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

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

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

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

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

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