#AA9262

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

Shades of Barley Corn #AA9262

Tints of Barley Corn #AA9262

Color information

#AA9262 (or 0xAA9262) is unknown color: approx Barley Corn. HEX triplet: AA, 92 and 62. RGB value is (170,146,98). Sum of RGB (Red+Green+Blue) = 170+146+98=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9262 is #556D9D. Grayscale: #939393. Windows color (decimal): -5598622 or 6460074. OLE color: 6460074.

HSL color Cylindrical-coordinate representation of color #AA9262: hue angle of 40º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA9262 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB17014698-
CMYK00.140.420.33
HSL40º29.75%52.55%-
HSV(B)40º42.35%66.67%-
XYZ29.0629.9915.81-
YUV147.799.95143.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.06%
GREEN value IS 146 (57.42% from 255) = 35.27%
BLUE value IS 98 (38.67% from 255) = 23.67%
R=41.06%
G=35.27%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701469800.140.420.334029.7552.55
HexAA92620E2A21281e35
Octal2522221420165241503665
Binary101010101001001011000100111010101010000110100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9262; }

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

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

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

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

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

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

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

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