#A58960

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

Shades of Sandal #A58960

Tints of Sandal #A58960

Color information

#A58960 (or 0xA58960) is unknown color: approx Sandal. HEX triplet: A5, 89 and 60. RGB value is (165,137,96). Sum of RGB (Red+Green+Blue) = 165+137+96=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A58960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58960 is #5A769F. Grayscale: #8C8C8C. Windows color (decimal): -5928608 or 6326693. OLE color: 6326693.

HSL color Cylindrical-coordinate representation of color #A58960: hue angle of 35.65º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A58960 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB16513796-
CMYK00.170.420.35
HSL35.65º27.71%51.18%-
HSV(B)35.65º41.82%64.71%-
XYZ26.5726.7414.83-
YUV140.7102.78145.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.46%
GREEN value IS 137 (53.91% from 255) = 34.42%
BLUE value IS 96 (37.89% from 255) = 24.12%
R=41.46%
G=34.42%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651379600.170.420.3535.6527.7151.18
HexA589600112A23241c33
Octal2452111400215243443463
Binary1010010110001001110000001000110101010001110010011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58960; }

 p { color: rgb(165,137,96); }

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

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

 a { background-color: rgb(165,137,96); }

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

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

 span { border-color: rgb(165,137,96); }

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