#AA9465

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

Shades of Barley Corn #AA9465

Tints of Barley Corn #AA9465

Color information

#AA9465 (or 0xAA9465) is unknown color: approx Barley Corn. HEX triplet: AA, 94 and 65. RGB value is (170,148,101). Sum of RGB (Red+Green+Blue) = 170+148+101=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9465 is #556B9A. Grayscale: #959595. Windows color (decimal): -5598107 or 6657194. OLE color: 6657194.

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

Color convert

RGB170148101-
CMYK00.130.410.33
HSL40.87º28.87%53.14%-
HSV(B)40.87º40.59%66.67%-
XYZ29.5230.6716.68-
YUV149.22100.79142.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 148 (58.20% from 255) = 35.32%
BLUE value IS 101 (39.84% from 255) = 24.11%
R=40.57%
G=35.32%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014810100.130.410.3340.8728.8753.14
HexAA94650D2921291d35
Octal2522241450155141513565
Binary101010101001010011001010110110100110000110100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9465; }

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

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

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

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

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

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

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

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