#A1836C

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

Shades of Sandal #A1836C

Tints of Sandal #A1836C

Color information

#A1836C (or 0xA1836C) is unknown color: approx Sandal. HEX triplet: A1, 83 and 6C. RGB value is (161,131,108). Sum of RGB (Red+Green+Blue) = 161+131+108=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A1836C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1836C is #5E7C93. Grayscale: #898989. Windows color (decimal): -6192276 or 7111585. OLE color: 7111585.

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

Color convert

RGB161131108-
CMYK00.190.330.37
HSL26.04º21.99%52.75%-
HSV(B)26.04º32.92%63.14%-
XYZ25.5224.8917.65-
YUV137.35111.44144.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.25%
GREEN value IS 131 (51.56% from 255) = 32.75%
BLUE value IS 108 (42.58% from 255) = 27%
R=40.25%
G=32.75%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113110800.190.330.3726.0421.9952.75
HexA1836C01321251a1635
Octal2412031540234145322665
Binary101000011000001111011000100111000011001011101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1836C; }

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

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

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

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

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

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

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

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