#A18466

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

Shades of Sandal #A18466

Tints of Sandal #A18466

Color information

#A18466 (or 0xA18466) is unknown color: approx Sandal. HEX triplet: A1, 84 and 66. RGB value is (161,132,102). Sum of RGB (Red+Green+Blue) = 161+132+102=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 161 - color contains mainly: red. Hex color #A18466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18466 is #5E7B99. Grayscale: #898989. Windows color (decimal): -6192026 or 6718625. OLE color: 6718625.

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

Color convert

RGB161132102-
CMYK00.180.370.37
HSL30.51º23.89%51.57%-
HSV(B)30.51º36.65%63.14%-
XYZ25.3525.0416.07-
YUV137.25108.11144.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.76%
GREEN value IS 132 (51.95% from 255) = 33.42%
BLUE value IS 102 (40.23% from 255) = 25.82%
R=40.76%
G=33.42%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113210200.180.370.3730.5123.8951.57
HexA1846601225251f1834
Octal2412041460224545373064
Binary101000011000010011001100100101001011001011111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18466; }

 p { color: rgb(161,132,102); }

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

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

 a { background-color: rgb(161,132,102); }

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

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

 span { border-color: rgb(161,132,102); }

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