#A18960

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

Shades of Sandal #A18960

Tints of Sandal #A18960

Color information

#A18960 (or 0xA18960) is unknown color: approx Sandal. HEX triplet: A1, 89 and 60. RGB value is (161,137,96). Sum of RGB (Red+Green+Blue) = 161+137+96=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A18960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18960 is #5E769F. Grayscale: #8B8B8B. Windows color (decimal): -6190752 or 6326689. OLE color: 6326689.

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

Color convert

RGB16113796-
CMYK00.150.400.37
HSL37.85º25.69%50.39%-
HSV(B)37.85º40.37%63.14%-
XYZ25.7526.3114.79-
YUV139.5103.45143.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.86%
GREEN value IS 137 (53.91% from 255) = 34.77%
BLUE value IS 96 (37.89% from 255) = 24.37%
R=40.86%
G=34.77%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611379600.150.400.3737.8525.6950.39
HexA189600F2825261a32
Octal2412111400175045463262
Binary101000011000100111000000111110100010010110011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18960; }

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

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

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

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

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

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

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

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