#AA9365

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

Shades of Barley Corn #AA9365

Tints of Barley Corn #AA9365

Color information

#AA9365 (or 0xAA9365) is unknown color: approx Barley Corn. HEX triplet: AA, 93 and 65. RGB value is (170,147,101). Sum of RGB (Red+Green+Blue) = 170+147+101=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9365 is #556C9A. Grayscale: #949494. Windows color (decimal): -5598363 or 6656938. OLE color: 6656938.

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

Color convert

RGB170147101-
CMYK00.140.410.33
HSL40º28.87%53.14%-
HSV(B)40º40.59%66.67%-
XYZ29.3630.3516.62-
YUV148.63101.12143.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 147 (57.81% from 255) = 35.17%
BLUE value IS 101 (39.84% from 255) = 24.16%
R=40.67%
G=35.17%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014710100.140.410.334028.8753.14
HexAA93650E2921281d35
Octal2522231450165141503565
Binary101010101001001111001010111010100110000110100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9365; }

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

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

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

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

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

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

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

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