#A1876F

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

Shades of Sandal #A1876F

Tints of Sandal #A1876F

Color information

#A1876F (or 0xA1876F) is unknown color: approx Sandal. HEX triplet: A1, 87 and 6F. RGB value is (161,135,111). Sum of RGB (Red+Green+Blue) = 161+135+111=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 161 - color contains mainly: red. Hex color #A1876F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1876F is #5E7890. Grayscale: #8C8C8C. Windows color (decimal): -6191249 or 7309217. OLE color: 7309217.

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

Color convert

RGB161135111-
CMYK00.160.310.37
HSL28.8º21.01%53.33%-
HSV(B)28.8º31.06%63.14%-
XYZ26.2326.0518.69-
YUV140.04111.61142.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.56%
GREEN value IS 135 (53.12% from 255) = 33.17%
BLUE value IS 111 (43.75% from 255) = 27.27%
R=39.56%
G=33.17%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113511100.160.310.3728.821.0153.33
HexA1876F0101F251d1535
Octal2412071570203745352565
Binary10100001100001111101111010000111111001011110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1876F; }

 p { color: rgb(161,135,111); }

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

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

 a { background-color: rgb(161,135,111); }

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

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

 span { border-color: rgb(161,135,111); }

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