#A58C61

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

Shades of Sandal #A58C61

Tints of Sandal #A58C61

Color information

#A58C61 (or 0xA58C61) is unknown color: approx Sandal. HEX triplet: A5, 8C and 61. RGB value is (165,140,97). Sum of RGB (Red+Green+Blue) = 165+140+97=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58C61 is #5A739E. Grayscale: #8E8E8E. Windows color (decimal): -5927839 or 6392997. OLE color: 6392997.

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

Color convert

RGB16514097-
CMYK00.150.410.35
HSL37.94º27.42%51.37%-
HSV(B)37.94º41.21%64.71%-
XYZ27.0527.6215.21-
YUV142.57102.28144-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.04%
GREEN value IS 140 (55.08% from 255) = 34.83%
BLUE value IS 97 (38.28% from 255) = 24.13%
R=41.04%
G=34.83%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651409700.150.410.3537.9427.4251.37
HexA58C610F2923261b33
Octal2452141410175143463363
Binary101001011000110011000010111110100110001110011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58C61; }

 p { color: rgb(165,140,97); }

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

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

 a { background-color: rgb(165,140,97); }

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

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

 span { border-color: rgb(165,140,97); }

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