#AA9062

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

Shades of Barley Corn #AA9062

Tints of Barley Corn #AA9062

Color information

#AA9062 (or 0xAA9062) is unknown color: approx Barley Corn. HEX triplet: AA, 90 and 62. RGB value is (170,144,98). Sum of RGB (Red+Green+Blue) = 170+144+98=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 98 (38.67% from 255 or 23.79% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9062 is #556F9D. Grayscale: #929292. Windows color (decimal): -5599134 or 6459562. OLE color: 6459562.

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

Color convert

RGB17014498-
CMYK00.150.420.33
HSL38.33º29.75%52.55%-
HSV(B)38.33º42.35%66.67%-
XYZ28.7629.3715.71-
YUV146.53100.61144.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.26%
GREEN value IS 144 (56.64% from 255) = 34.95%
BLUE value IS 98 (38.67% from 255) = 23.79%
R=41.26%
G=34.95%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701449800.150.420.3338.3329.7552.55
HexAA90620F2A21261e35
Octal2522201420175241463665
Binary101010101001000011000100111110101010000110011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9062; }

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

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

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

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

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

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

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

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