#A1866C

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

Shades of Sandal #A1866C

Tints of Sandal #A1866C

Color information

#A1866C (or 0xA1866C) is unknown color: approx Sandal. HEX triplet: A1, 86 and 6C. RGB value is (161,134,108). Sum of RGB (Red+Green+Blue) = 161+134+108=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A1866C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1866C is #5E7993. Grayscale: #8B8B8B. Windows color (decimal): -6191508 or 7112353. OLE color: 7112353.

HSL color Cylindrical-coordinate representation of color #A1866C: hue angle of 29.43º 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 #A1866C is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB161134108-
CMYK00.170.330.37
HSL29.43º21.99%52.75%-
HSV(B)29.43º32.92%63.14%-
XYZ25.9325.7117.78-
YUV139.11110.45143.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.95%
GREEN value IS 134 (52.73% from 255) = 33.25%
BLUE value IS 108 (42.58% from 255) = 26.80%
R=39.95%
G=33.25%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113410800.170.330.3729.4321.9952.75
HexA1866C01121251d1635
Octal2412061540214145352665
Binary101000011000011011011000100011000011001011110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1866C; }

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

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

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

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

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

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

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

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