#A58968

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

Shades of Sandal #A58968

Tints of Sandal #A58968

Color information

#A58968 (or 0xA58968) is unknown color: approx Sandal. HEX triplet: A5, 89 and 68. RGB value is (165,137,104). Sum of RGB (Red+Green+Blue) = 165+137+104=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A58968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58968 is #5A7697. Grayscale: #8D8D8D. Windows color (decimal): -5928600 or 6850981. OLE color: 6850981.

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

Color convert

RGB165137104-
CMYK00.170.370.35
HSL32.46º25.31%52.75%-
HSV(B)32.46º36.97%64.71%-
XYZ26.9626.8916.87-
YUV141.61106.78144.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.64%
GREEN value IS 137 (53.91% from 255) = 33.74%
BLUE value IS 104 (41.02% from 255) = 25.62%
R=40.64%
G=33.74%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513710400.170.370.3532.4625.3152.75
HexA589680112523201935
Octal2452111500214543403165
Binary1010010110001001110100001000110010110001110000011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58968; }

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

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

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

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

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

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

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

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