#AA8961

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

Shades of Sandal #AA8961

Tints of Sandal #AA8961

Color information

#AA8961 (or 0xAA8961) is unknown color: approx Sandal. HEX triplet: AA, 89 and 61. RGB value is (170,137,97). Sum of RGB (Red+Green+Blue) = 170+137+97=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8961 is #55769E. Grayscale: #8E8E8E. Windows color (decimal): -5600927 or 6392234. OLE color: 6392234.

HSL color Cylindrical-coordinate representation of color #AA8961: hue angle of 32.88º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA8961 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB17013797-
CMYK00.190.430.33
HSL32.88º30.04%52.35%-
HSV(B)32.88º42.94%66.67%-
XYZ27.6827.315.12-
YUV142.31102.43147.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 137 (53.91% from 255) = 33.91%
BLUE value IS 97 (38.28% from 255) = 24.01%
R=42.08%
G=33.91%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701379700.190.430.3332.8830.0452.35
HexAA89610132B21211e34
Octal2522111410235341413664
Binary1010101010001001110000101001110101110000110000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8961; }

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

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

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

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

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

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

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

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