#A1866D

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

Shades of Sandal #A1866D

Tints of Sandal #A1866D

Color information

#A1866D (or 0xA1866D) is unknown color: approx Sandal. HEX triplet: A1, 86 and 6D. RGB value is (161,134,109). Sum of RGB (Red+Green+Blue) = 161+134+109=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A1866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1866D is #5E7992. Grayscale: #8B8B8B. Windows color (decimal): -6191507 or 7177889. OLE color: 7177889.

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

Color convert

RGB161134109-
CMYK00.170.320.37
HSL28.85º21.67%52.94%-
HSV(B)28.85º32.3%63.14%-
XYZ25.9825.7318.07-
YUV139.22110.95143.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.85%
GREEN value IS 134 (52.73% from 255) = 33.17%
BLUE value IS 109 (42.97% from 255) = 26.98%
R=39.85%
G=33.17%
B=26.98%

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
Decimal16113410900.170.320.3728.8521.6752.94
HexA1866D01120251d1635
Octal2412061550214045352665
Binary101000011000011011011010100011000001001011110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1866D; }

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

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

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

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

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

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

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

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