#A08564

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

Shades of Sandal #A08564

Tints of Sandal #A08564

Color information

#A08564 (or 0xA08564) is unknown color: approx Sandal. HEX triplet: A0, 85 and 64. RGB value is (160,133,100). Sum of RGB (Red+Green+Blue) = 160+133+100=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A08564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08564 is #5F7A9B. Grayscale: #898989. Windows color (decimal): -6257308 or 6587808. OLE color: 6587808.

HSL color Cylindrical-coordinate representation of color #A08564: hue angle of 33º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A08564 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB160133100-
CMYK00.170.380.37
HSL33º24%50.98%-
HSV(B)33º37.5%62.75%-
XYZ25.1825.1715.59-
YUV137.31106.95144.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.71%
GREEN value IS 133 (52.34% from 255) = 33.84%
BLUE value IS 100 (39.45% from 255) = 25.45%
R=40.71%
G=33.84%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013310000.170.380.37332450.98
HexA085640112625211833
Octal2402051440214645413063
Binary1010000010000101110010001000110011010010110000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08564; }

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

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

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

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

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

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

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

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