#A18A61

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

Shades of Sandal #A18A61

Tints of Sandal #A18A61

Color information

#A18A61 (or 0xA18A61) is unknown color: approx Sandal. HEX triplet: A1, 8A and 61. RGB value is (161,138,97). Sum of RGB (Red+Green+Blue) = 161+138+97=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18A61 is #5E759E. Grayscale: #8C8C8C. Windows color (decimal): -6190495 or 6392481. OLE color: 6392481.

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

Color convert

RGB16113897-
CMYK00.140.400.37
HSL38.44º25.4%50.59%-
HSV(B)38.44º39.75%63.14%-
XYZ25.9426.6215.08-
YUV140.2103.62142.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.66%
GREEN value IS 138 (54.30% from 255) = 34.85%
BLUE value IS 97 (38.28% from 255) = 24.49%
R=40.66%
G=34.85%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611389700.140.400.3738.4425.450.59
HexA18A610E2825261933
Octal2412121410165045463163
Binary101000011000101011000010111010100010010110011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18A61; }

 p { color: rgb(161,138,97); }

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

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

 a { background-color: rgb(161,138,97); }

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

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

 span { border-color: rgb(161,138,97); }

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