#AA9463

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

Shades of Barley Corn #AA9463

Tints of Barley Corn #AA9463

Color information

#AA9463 (or 0xAA9463) is unknown color: approx Barley Corn. HEX triplet: AA, 94 and 63. RGB value is (170,148,99). Sum of RGB (Red+Green+Blue) = 170+148+99=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9463 is #556B9C. Grayscale: #959595. Windows color (decimal): -5598109 or 6526122. OLE color: 6526122.

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

Color convert

RGB17014899-
CMYK00.130.420.33
HSL41.41º29.46%52.75%-
HSV(B)41.41º41.76%66.67%-
XYZ29.4230.6316.17-
YUV148.9999.79142.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 148 (58.20% from 255) = 35.49%
BLUE value IS 99 (39.06% from 255) = 23.74%
R=40.77%
G=35.49%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701489900.130.420.3341.4129.4652.75
HexAA94630D2A21291d35
Octal2522241430155241513565
Binary101010101001010011000110110110101010000110100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9463; }

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

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

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

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

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

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

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

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