#A1866E

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

Shades of Sandal #A1866E

Tints of Sandal #A1866E

Color information

#A1866E (or 0xA1866E) is unknown color: approx Sandal. HEX triplet: A1, 86 and 6E. RGB value is (161,134,110). Sum of RGB (Red+Green+Blue) = 161+134+110=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 161 - color contains mainly: red. Hex color #A1866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1866E is #5E7991. Grayscale: #8B8B8B. Windows color (decimal): -6191506 or 7243425. OLE color: 7243425.

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

Color convert

RGB161134110-
CMYK00.170.320.37
HSL28.24º21.34%53.14%-
HSV(B)28.24º31.68%63.14%-
XYZ26.0425.7518.35-
YUV139.34111.45143.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.75%
GREEN value IS 134 (52.73% from 255) = 33.09%
BLUE value IS 110 (43.36% from 255) = 27.16%
R=39.75%
G=33.09%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113411000.170.320.3728.2421.3453.14
HexA1866E01120251c1535
Octal2412061560214045342565
Binary101000011000011011011100100011000001001011110010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1866E; }

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

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

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

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

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

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

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

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