#AA9C61

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

Shades of Barley Corn #AA9C61

Tints of Barley Corn #AA9C61

Color information

#AA9C61 (or 0xAA9C61) is unknown color: approx Barley Corn. HEX triplet: AA, 9C and 61. RGB value is (170,156,97). Sum of RGB (Red+Green+Blue) = 170+156+97=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C61 is #55639E. Grayscale: #999999. Windows color (decimal): -5596063 or 6397098. OLE color: 6397098.

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

Color convert

RGB17015697-
CMYK00.080.430.33
HSL48.49º30.04%52.35%-
HSV(B)48.49º42.94%66.67%-
XYZ30.6233.1916.1-
YUV153.4696.14139.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 156 (61.33% from 255) = 36.88%
BLUE value IS 97 (38.28% from 255) = 22.93%
R=40.19%
G=36.88%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701569700.080.430.3348.4930.0452.35
HexAA9C61082B21301e34
Octal2522341410105341603664
Binary101010101001110011000010100010101110000111000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9C61; }

 p { color: rgb(170,156,97); }

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

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

 a { background-color: rgb(170,156,97); }

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

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

 span { border-color: rgb(170,156,97); }

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