#AA8A60

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

Shades of Sandal #AA8A60

Tints of Sandal #AA8A60

Color information

#AA8A60 (or 0xAA8A60) is unknown color: approx Sandal. HEX triplet: AA, 8A and 60. RGB value is (170,138,96). Sum of RGB (Red+Green+Blue) = 170+138+96=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8A60 is #55759F. Grayscale: #8E8E8E. Windows color (decimal): -5600672 or 6326954. OLE color: 6326954.

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

Color convert

RGB17013896-
CMYK00.190.440.33
HSL34.05º30.33%52.16%-
HSV(B)34.05º43.53%66.67%-
XYZ27.7827.5714.92-
YUV142.78101.6147.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 138 (54.30% from 255) = 34.16%
BLUE value IS 96 (37.89% from 255) = 23.76%
R=42.08%
G=34.16%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701389600.190.440.3334.0530.3352.16
HexAA8A600132C21221e34
Octal2522121400235441423664
Binary1010101010001010110000001001110110010000110001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8A60; }

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

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

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

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

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

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

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

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