#AA9861

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

Shades of Barley Corn #AA9861

Tints of Barley Corn #AA9861

Color information

#AA9861 (or 0xAA9861) is unknown color: approx Barley Corn. HEX triplet: AA, 98 and 61. RGB value is (170,152,97). Sum of RGB (Red+Green+Blue) = 170+152+97=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9861 is #55679E. Grayscale: #979797. Windows color (decimal): -5597087 or 6396074. OLE color: 6396074.

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

Color convert

RGB17015297-
CMYK00.110.430.33
HSL45.21º30.04%52.35%-
HSV(B)45.21º42.94%66.67%-
XYZ29.9631.8715.88-
YUV151.1197.46141.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 152 (59.77% from 255) = 36.28%
BLUE value IS 97 (38.28% from 255) = 23.15%
R=40.57%
G=36.28%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701529700.110.430.3345.2130.0452.35
HexAA98610B2B212d1e34
Octal2522301410135341553664
Binary101010101001100011000010101110101110000110110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9861; }

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

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

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

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

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

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

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

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