#A1886B

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

Shades of Sandal #A1886B

Tints of Sandal #A1886B

Color information

#A1886B (or 0xA1886B) is unknown color: approx Sandal. HEX triplet: A1, 88 and 6B. RGB value is (161,136,107). Sum of RGB (Red+Green+Blue) = 161+136+107=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A1886B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1886B is #5E7794. Grayscale: #8C8C8C. Windows color (decimal): -6190997 or 7047329. OLE color: 7047329.

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

Color convert

RGB161136107-
CMYK00.160.340.37
HSL32.22º22.31%52.55%-
HSV(B)32.22º33.54%63.14%-
XYZ26.1626.2517.6-
YUV140.17109.28142.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.85%
GREEN value IS 136 (53.52% from 255) = 33.66%
BLUE value IS 107 (42.19% from 255) = 26.49%
R=39.85%
G=33.66%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113610700.160.340.3732.2222.3152.55
HexA1886B0102225201635
Octal2412101530204245402665
Binary1010000110001000110101101000010001010010110000010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1886B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1886B; }

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

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

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

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

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

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

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

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