#A1836E

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

Shades of Sandal #A1836E

Tints of Sandal #A1836E

Color information

#A1836E (or 0xA1836E) is unknown color: approx Sandal. HEX triplet: A1, 83 and 6E. RGB value is (161,131,110). Sum of RGB (Red+Green+Blue) = 161+131+110=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A1836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1836E is #5E7C91. Grayscale: #898989. Windows color (decimal): -6192274 or 7242657. OLE color: 7242657.

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

Color convert

RGB161131110-
CMYK00.190.320.37
HSL24.71º21.34%53.14%-
HSV(B)24.71º31.68%63.14%-
XYZ25.6324.9418.21-
YUV137.58112.44144.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.05%
GREEN value IS 131 (51.56% from 255) = 32.59%
BLUE value IS 110 (43.36% from 255) = 27.36%
R=40.05%
G=32.59%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113111000.190.320.3724.7121.3453.14
HexA1836E0132025191535
Octal2412031560234045312565
Binary101000011000001111011100100111000001001011100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1836E; }

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

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

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

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

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

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

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

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