#A18860

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

Shades of Sandal #A18860

Tints of Sandal #A18860

Color information

#A18860 (or 0xA18860) is unknown color: approx Sandal. HEX triplet: A1, 88 and 60. RGB value is (161,136,96). Sum of RGB (Red+Green+Blue) = 161+136+96=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A18860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18860 is #5E779F. Grayscale: #8B8B8B. Windows color (decimal): -6191008 or 6326433. OLE color: 6326433.

HSL color Cylindrical-coordinate representation of color #A18860: hue angle of 36.92º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A18860 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB16113696-
CMYK00.160.400.37
HSL36.92º25.69%50.39%-
HSV(B)36.92º40.37%63.14%-
XYZ25.6126.0314.74-
YUV138.92103.78143.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.97%
GREEN value IS 136 (53.52% from 255) = 34.61%
BLUE value IS 96 (37.89% from 255) = 24.43%
R=40.97%
G=34.61%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611369600.160.400.3736.9225.6950.39
HexA188600102825251a32
Octal2412101400205045453262
Binary1010000110001000110000001000010100010010110010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18860; }

 p { color: rgb(161,136,96); }

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

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

 a { background-color: rgb(161,136,96); }

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

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

 span { border-color: rgb(161,136,96); }

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