#AA8A61

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

Shades of Sandal #AA8A61

Tints of Sandal #AA8A61

Color information

#AA8A61 (or 0xAA8A61) is unknown color: approx Sandal. HEX triplet: AA, 8A and 61. RGB value is (170,138,97). Sum of RGB (Red+Green+Blue) = 170+138+97=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8A61 is #55759E. Grayscale: #8F8F8F. Windows color (decimal): -5600671 or 6392490. OLE color: 6392490.

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

Color convert

RGB17013897-
CMYK00.190.430.33
HSL33.7º30.04%52.35%-
HSV(B)33.7º42.94%66.67%-
XYZ27.8227.5915.17-
YUV142.89102.1147.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 138 (54.30% from 255) = 34.07%
BLUE value IS 97 (38.28% from 255) = 23.95%
R=41.98%
G=34.07%
B=23.95%

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
Decimal1701389700.190.430.3333.730.0452.35
HexAA8A610132B21221e34
Octal2522121410235341423664
Binary1010101010001010110000101001110101110000110001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8A61; }

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

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

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

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

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

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

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

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