#AA8E61

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

Shades of Barley Corn #AA8E61

Tints of Barley Corn #AA8E61

Color information

#AA8E61 (or 0xAA8E61) is unknown color: approx Barley Corn. HEX triplet: AA, 8E and 61. RGB value is (170,142,97). Sum of RGB (Red+Green+Blue) = 170+142+97=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8E61 is #55719E. Grayscale: #919191. Windows color (decimal): -5599647 or 6393514. OLE color: 6393514.

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

Color convert

RGB17014297-
CMYK00.160.430.33
HSL36.99º30.04%52.35%-
HSV(B)36.99º42.94%66.67%-
XYZ28.4128.7615.36-
YUV145.24100.78145.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 142 (55.86% from 255) = 34.72%
BLUE value IS 97 (38.28% from 255) = 23.72%
R=41.56%
G=34.72%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701429700.160.430.3336.9930.0452.35
HexAA8E610102B21251e34
Octal2522161410205341453664
Binary1010101010001110110000101000010101110000110010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8E61; }

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

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

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

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

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

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

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

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