#A1876E

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

Shades of Sandal #A1876E

Tints of Sandal #A1876E

Color information

#A1876E (or 0xA1876E) is unknown color: approx Sandal. HEX triplet: A1, 87 and 6E. RGB value is (161,135,110). Sum of RGB (Red+Green+Blue) = 161+135+110=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 161 - color contains mainly: red. Hex color #A1876E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1876E is #5E7891. Grayscale: #8C8C8C. Windows color (decimal): -6191250 or 7243681. OLE color: 7243681.

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

Color convert

RGB161135110-
CMYK00.160.320.37
HSL29.41º21.34%53.14%-
HSV(B)29.41º31.68%63.14%-
XYZ26.1826.0318.4-
YUV139.92111.11143.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.66%
GREEN value IS 135 (53.12% from 255) = 33.25%
BLUE value IS 110 (43.36% from 255) = 27.09%
R=39.66%
G=33.25%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113511000.160.320.3729.4121.3453.14
HexA1876E01020251d1535
Octal2412071560204045352565
Binary101000011000011111011100100001000001001011110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1876E; }

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

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

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

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

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

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

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

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