#AA9A62

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

Shades of Barley Corn #AA9A62

Tints of Barley Corn #AA9A62

Color information

#AA9A62 (or 0xAA9A62) is unknown color: approx Barley Corn. HEX triplet: AA, 9A and 62. RGB value is (170,154,98). Sum of RGB (Red+Green+Blue) = 170+154+98=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A62 is #55659D. Grayscale: #989898. Windows color (decimal): -5596574 or 6462122. OLE color: 6462122.

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

Color convert

RGB17015498-
CMYK00.090.420.33
HSL46.67º29.75%52.55%-
HSV(B)46.67º42.35%66.67%-
XYZ30.3432.5416.24-
YUV152.497.3140.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 154 (60.55% from 255) = 36.49%
BLUE value IS 98 (38.67% from 255) = 23.22%
R=40.28%
G=36.49%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701549800.090.420.3346.6729.7552.55
HexAA9A62092A212f1e35
Octal2522321420115241573665
Binary101010101001101011000100100110101010000110111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A62; }

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

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

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

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

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

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

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

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