#AA8B61

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

Shades of Sandal #AA8B61

Tints of Sandal #AA8B61

Color information

#AA8B61 (or 0xAA8B61) is unknown color: approx Sandal. HEX triplet: AA, 8B and 61. RGB value is (170,139,97). Sum of RGB (Red+Green+Blue) = 170+139+97=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8B61 is #55749E. Grayscale: #8F8F8F. Windows color (decimal): -5600415 or 6392746. OLE color: 6392746.

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

Color convert

RGB17013997-
CMYK00.180.430.33
HSL34.52º30.04%52.35%-
HSV(B)34.52º42.94%66.67%-
XYZ27.9727.8715.22-
YUV143.48101.77146.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 139 (54.69% from 255) = 34.24%
BLUE value IS 97 (38.28% from 255) = 23.89%
R=41.87%
G=34.24%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701399700.180.430.3334.5230.0452.35
HexAA8B610122B21231e34
Octal2522131410225341433664
Binary1010101010001011110000101001010101110000110001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8B61; }

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

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

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

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

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

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

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

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