#AA9261

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

Shades of Barley Corn #AA9261

Tints of Barley Corn #AA9261

Color information

#AA9261 (or 0xAA9261) is unknown color: approx Barley Corn. HEX triplet: AA, 92 and 61. RGB value is (170,146,97). Sum of RGB (Red+Green+Blue) = 170+146+97=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9261 is #556D9E. Grayscale: #939393. Windows color (decimal): -5598623 or 6394538. OLE color: 6394538.

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

Color convert

RGB17014697-
CMYK00.140.430.33
HSL40.27º30.04%52.35%-
HSV(B)40.27º42.94%66.67%-
XYZ29.0129.9715.56-
YUV147.5999.45143.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 146 (57.42% from 255) = 35.35%
BLUE value IS 97 (38.28% from 255) = 23.49%
R=41.16%
G=35.35%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701469700.140.430.3340.2730.0452.35
HexAA92610E2B21281e34
Octal2522221410165341503664
Binary101010101001001011000010111010101110000110100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9261; }

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

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

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

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

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

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

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

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