#AA9461

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

Shades of Barley Corn #AA9461

Tints of Barley Corn #AA9461

Color information

#AA9461 (or 0xAA9461) is unknown color: approx Barley Corn. HEX triplet: AA, 94 and 61. RGB value is (170,148,97). Sum of RGB (Red+Green+Blue) = 170+148+97=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9461 is #556B9E. Grayscale: #949494. Windows color (decimal): -5598111 or 6395050. OLE color: 6395050.

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

Color convert

RGB17014897-
CMYK00.130.430.33
HSL41.92º30.04%52.35%-
HSV(B)41.92º42.94%66.67%-
XYZ29.3330.5915.67-
YUV148.7698.79143.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 148 (58.20% from 255) = 35.66%
BLUE value IS 97 (38.28% from 255) = 23.37%
R=40.96%
G=35.66%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701489700.130.430.3341.9230.0452.35
HexAA94610D2B212a1e34
Octal2522241410155341523664
Binary101010101001010011000010110110101110000110101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9461; }

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

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

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

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

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

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

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

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