#A58866

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

Shades of Sandal #A58866

Tints of Sandal #A58866

Color information

#A58866 (or 0xA58866) is unknown color: approx Sandal. HEX triplet: A5, 88 and 66. RGB value is (165,136,102). Sum of RGB (Red+Green+Blue) = 165+136+102=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A58866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58866 is #5A7799. Grayscale: #8C8C8C. Windows color (decimal): -5928858 or 6719653. OLE color: 6719653.

HSL color Cylindrical-coordinate representation of color #A58866: hue angle of 32.38º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A58866 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB165136102-
CMYK00.180.380.35
HSL32.38º25.93%52.35%-
HSV(B)32.38º38.18%64.71%-
XYZ26.7226.5716.29-
YUV140.8106.11145.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.94%
GREEN value IS 136 (53.52% from 255) = 33.75%
BLUE value IS 102 (40.23% from 255) = 25.31%
R=40.94%
G=33.75%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513610200.180.380.3532.3825.9352.35
HexA588660122623201a34
Octal2452101460224643403264
Binary1010010110001000110011001001010011010001110000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58866; }

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

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

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

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

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

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

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

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