#AA9366

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

Shades of Barley Corn #AA9366

Tints of Barley Corn #AA9366

Color information

#AA9366 (or 0xAA9366) is unknown color: approx Barley Corn. HEX triplet: AA, 93 and 66. RGB value is (170,147,102). Sum of RGB (Red+Green+Blue) = 170+147+102=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9366 is #556C99. Grayscale: #949494. Windows color (decimal): -5598362 or 6722474. OLE color: 6722474.

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

Color convert

RGB170147102-
CMYK00.140.40.33
HSL39.71º28.57%53.33%-
HSV(B)39.71º40%66.67%-
XYZ29.4130.3716.88-
YUV148.75101.62143.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 102 (40.23% from 255) = 24.34%
R=40.57%
G=35.08%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014710200.140.40.3339.7128.5753.33
HexAA93660E2821281d35
Octal2522231460165041503565
Binary101010101001001111001100111010100010000110100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9366; }

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

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

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

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

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

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

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

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