#A58570

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

Shades of Sandal #A58570

Tints of Sandal #A58570

Color information

#A58570 (or 0xA58570) is unknown color: approx Sandal. HEX triplet: A5, 85 and 70. RGB value is (165,133,112). Sum of RGB (Red+Green+Blue) = 165+133+112=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A58570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58570 is #5A7A8F. Grayscale: #8C8C8C. Windows color (decimal): -5929616 or 7374245. OLE color: 7374245.

HSL color Cylindrical-coordinate representation of color #A58570: hue angle of 23.77º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A58570 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB165133112-
CMYK00.190.320.35
HSL23.77º22.75%54.31%-
HSV(B)23.77º32.12%64.71%-
XYZ26.8325.9418.92-
YUV140.17112.1145.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.24%
GREEN value IS 133 (52.34% from 255) = 32.44%
BLUE value IS 112 (44.14% from 255) = 27.32%
R=40.24%
G=32.44%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513311200.190.320.3523.7722.7554.31
HexA585700132023181736
Octal2452051600234043302766
Binary101001011000010111100000100111000001000111100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58570; }

 p { color: rgb(165,133,112); }

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

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

 a { background-color: rgb(165,133,112); }

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

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

 span { border-color: rgb(165,133,112); }

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