#AA8760

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

Shades of Sandal #AA8760

Tints of Sandal #AA8760

Color information

#AA8760 (or 0xAA8760) is unknown color: approx Sandal. HEX triplet: AA, 87 and 60. RGB value is (170,135,96). Sum of RGB (Red+Green+Blue) = 170+135+96=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8760 is #55789F. Grayscale: #8D8D8D. Windows color (decimal): -5601440 or 6326186. OLE color: 6326186.

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

Color convert

RGB17013596-
CMYK00.210.440.33
HSL31.62º30.33%52.16%-
HSV(B)31.62º43.53%66.67%-
XYZ27.3526.7214.78-
YUV141.02102.6148.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 135 (53.12% from 255) = 33.67%
BLUE value IS 96 (37.89% from 255) = 23.94%
R=42.39%
G=33.67%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701359600.210.440.3331.6230.3352.16
HexAA87600152C21201e34
Octal2522071400255441403664
Binary1010101010000111110000001010110110010000110000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8760; }

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

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

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

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

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

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

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

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