#AA9961

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

Shades of Barley Corn #AA9961

Tints of Barley Corn #AA9961

Color information

#AA9961 (or 0xAA9961) is unknown color: approx Barley Corn. HEX triplet: AA, 99 and 61. RGB value is (170,153,97). Sum of RGB (Red+Green+Blue) = 170+153+97=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9961 is #55669E. Grayscale: #979797. Windows color (decimal): -5596831 or 6396330. OLE color: 6396330.

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

Color convert

RGB17015397-
CMYK00.10.430.33
HSL46.03º30.04%52.35%-
HSV(B)46.03º42.94%66.67%-
XYZ30.1332.1915.94-
YUV151.797.13141.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 153 (60.16% from 255) = 36.43%
BLUE value IS 97 (38.28% from 255) = 23.10%
R=40.48%
G=36.43%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701539700.10.430.3346.0330.0452.35
HexAA99610A2B212e1e34
Octal2522311410125341563664
Binary101010101001100111000010101010101110000110111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9961; }

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

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

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

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

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

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

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

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