#A08570

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

Shades of Sandal #A08570

Tints of Sandal #A08570

Color information

#A08570 (or 0xA08570) is unknown color: approx Sandal. HEX triplet: A0, 85 and 70. RGB value is (160,133,112). Sum of RGB (Red+Green+Blue) = 160+133+112=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 160 - color contains mainly: red. Hex color #A08570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08570 is #5F7A8F. Grayscale: #8A8A8A. Windows color (decimal): -6257296 or 7374240. OLE color: 7374240.

HSL color Cylindrical-coordinate representation of color #A08570: hue angle of 26.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A08570 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB160133112-
CMYK00.170.300.37
HSL26.25º20.17%53.33%-
HSV(B)26.25º30%62.75%-
XYZ25.8125.4218.88-
YUV138.68112.95143.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.51%
GREEN value IS 133 (52.34% from 255) = 32.84%
BLUE value IS 112 (44.14% from 255) = 27.65%
R=39.51%
G=32.84%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013311200.170.300.3726.2520.1753.33
HexA085700111E251a1435
Octal2402051600213645322465
Binary10100000100001011110000010001111101001011101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08570; }

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

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

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

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

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

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

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

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