#A1886C

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

Shades of Sandal #A1886C

Tints of Sandal #A1886C

Color information

#A1886C (or 0xA1886C) is unknown color: approx Sandal. HEX triplet: A1, 88 and 6C. RGB value is (161,136,108). Sum of RGB (Red+Green+Blue) = 161+136+108=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 161 - color contains mainly: red. Hex color #A1886C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1886C is #5E7793. Grayscale: #8C8C8C. Windows color (decimal): -6190996 or 7112865. OLE color: 7112865.

HSL color Cylindrical-coordinate representation of color #A1886C: hue angle of 31.7º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1886C is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB161136108-
CMYK00.160.330.37
HSL31.7º21.99%52.75%-
HSV(B)31.7º32.92%63.14%-
XYZ26.2126.2717.88-
YUV140.28109.78142.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.75%
GREEN value IS 136 (53.52% from 255) = 33.58%
BLUE value IS 108 (42.58% from 255) = 26.67%
R=39.75%
G=33.58%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113610800.160.330.3731.721.9952.75
HexA1886C0102125201635
Octal2412101540204145402665
Binary1010000110001000110110001000010000110010110000010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1886C; }

 p { color: rgb(161,136,108); }

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

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

 a { background-color: rgb(161,136,108); }

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

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

 span { border-color: rgb(161,136,108); }

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