#A18568

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

Shades of Sandal #A18568

Tints of Sandal #A18568

Color information

#A18568 (or 0xA18568) is unknown color: approx Sandal. HEX triplet: A1, 85 and 68. RGB value is (161,133,104). Sum of RGB (Red+Green+Blue) = 161+133+104=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 161 - color contains mainly: red. Hex color #A18568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18568 is #5E7A97. Grayscale: #8A8A8A. Windows color (decimal): -6191768 or 6849953. OLE color: 6849953.

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

Color convert

RGB161133104-
CMYK00.170.350.37
HSL30.53º23.27%51.96%-
HSV(B)30.53º35.4%63.14%-
XYZ25.5825.3516.64-
YUV138.07108.78144.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.45%
GREEN value IS 133 (52.34% from 255) = 33.42%
BLUE value IS 104 (41.02% from 255) = 26.13%
R=40.45%
G=33.42%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113310400.170.350.3730.5323.2751.96
HexA1856801123251f1734
Octal2412051500214345372764
Binary101000011000010111010000100011000111001011111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18568; }

 p { color: rgb(161,133,104); }

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

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

 a { background-color: rgb(161,133,104); }

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

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

 span { border-color: rgb(161,133,104); }

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