#A58860

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

Shades of Sandal #A58860

Tints of Sandal #A58860

Color information

#A58860 (or 0xA58860) is unknown color: approx Sandal. HEX triplet: A5, 88 and 60. RGB value is (165,136,96). Sum of RGB (Red+Green+Blue) = 165+136+96=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A58860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58860 is #5A779F. Grayscale: #8C8C8C. Windows color (decimal): -5928864 or 6326437. OLE color: 6326437.

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

Color convert

RGB16513696-
CMYK00.180.420.35
HSL34.78º27.71%51.18%-
HSV(B)34.78º41.82%64.71%-
XYZ26.4326.4514.78-
YUV140.11103.11145.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.56%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 96 (37.89% from 255) = 24.18%
R=41.56%
G=34.26%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651369600.180.420.3534.7827.7151.18
HexA588600122A23231c33
Octal2452101400225243433463
Binary1010010110001000110000001001010101010001110001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58860; }

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

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

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

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

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

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

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

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