#AA9363

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

Shades of Barley Corn #AA9363

Tints of Barley Corn #AA9363

Color information

#AA9363 (or 0xAA9363) is unknown color: approx Barley Corn. HEX triplet: AA, 93 and 63. RGB value is (170,147,99). Sum of RGB (Red+Green+Blue) = 170+147+99=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9363 is #556C9C. Grayscale: #949494. Windows color (decimal): -5598365 or 6525866. OLE color: 6525866.

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

Color convert

RGB17014799-
CMYK00.140.420.33
HSL40.56º29.46%52.75%-
HSV(B)40.56º41.76%66.67%-
XYZ29.2630.3116.11-
YUV148.4100.12143.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.87%
GREEN value IS 147 (57.81% from 255) = 35.34%
BLUE value IS 99 (39.06% from 255) = 23.80%
R=40.87%
G=35.34%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701479900.140.420.3340.5629.4652.75
HexAA93630E2A21291d35
Octal2522231430165241513565
Binary101010101001001111000110111010101010000110100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9363; }

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

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

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

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

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

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

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

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