#A08863

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

Shades of Sandal #A08863

Tints of Sandal #A08863

Color information

#A08863 (or 0xA08863) is unknown color: approx Sandal. HEX triplet: A0, 88 and 63. RGB value is (160,136,99). Sum of RGB (Red+Green+Blue) = 160+136+99=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A08863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08863 is #5F779C. Grayscale: #8B8B8B. Windows color (decimal): -6256541 or 6523040. OLE color: 6523040.

HSL color Cylindrical-coordinate representation of color #A08863: hue angle of 36.39º 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 #A08863 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB16013699-
CMYK00.150.380.37
HSL36.39º24.3%50.78%-
HSV(B)36.39º38.12%62.75%-
XYZ25.5525.9815.47-
YUV138.96105.45143.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.51%
GREEN value IS 136 (53.52% from 255) = 34.43%
BLUE value IS 99 (39.06% from 255) = 25.06%
R=40.51%
G=34.43%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601369900.150.380.3736.3924.350.78
HexA088630F2625241833
Octal2402101430174645443063
Binary101000001000100011000110111110011010010110010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08863; }

 p { color: rgb(160,136,99); }

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

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

 a { background-color: rgb(160,136,99); }

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

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

 span { border-color: rgb(160,136,99); }

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