#A18671

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

Shades of Sandal #A18671

Tints of Sandal #A18671

Color information

#A18671 (or 0xA18671) is unknown color: approx Sandal. HEX triplet: A1, 86 and 71. RGB value is (161,134,113). Sum of RGB (Red+Green+Blue) = 161+134+113=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 161 - color contains mainly: red. Hex color #A18671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18671 is #5E798E. Grayscale: #8B8B8B. Windows color (decimal): -6191503 or 7440033. OLE color: 7440033.

HSL color Cylindrical-coordinate representation of color #A18671: hue angle of 26.25º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A18671 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB161134113-
CMYK00.170.300.37
HSL26.25º20.34%53.73%-
HSV(B)26.25º29.81%63.14%-
XYZ26.225.8219.23-
YUV139.68112.95143.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.46%
GREEN value IS 134 (52.73% from 255) = 32.84%
BLUE value IS 113 (44.53% from 255) = 27.70%
R=39.46%
G=32.84%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113411300.170.300.3726.2520.3453.73
HexA186710111E251a1436
Octal2412061610213645322466
Binary10100001100001101110001010001111101001011101010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18671; }

 p { color: rgb(161,134,113); }

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

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

 a { background-color: rgb(161,134,113); }

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

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

 span { border-color: rgb(161,134,113); }

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