#AA8963

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

Shades of Sandal #AA8963

Tints of Sandal #AA8963

Color information

#AA8963 (or 0xAA8963) is unknown color: approx Sandal. HEX triplet: AA, 89 and 63. RGB value is (170,137,99). Sum of RGB (Red+Green+Blue) = 170+137+99=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8963 is #55769C. Grayscale: #8E8E8E. Windows color (decimal): -5600925 or 6523306. OLE color: 6523306.

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

Color convert

RGB17013799-
CMYK00.190.420.33
HSL32.11º29.46%52.75%-
HSV(B)32.11º41.76%66.67%-
XYZ27.7827.3415.62-
YUV142.54103.43147.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 137 (53.91% from 255) = 33.74%
BLUE value IS 99 (39.06% from 255) = 24.38%
R=41.87%
G=33.74%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701379900.190.420.3332.1129.4652.75
HexAA89630132A21201d35
Octal2522111430235241403565
Binary1010101010001001110001101001110101010000110000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8963; }

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

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

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

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

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

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

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

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