#A18965

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

Shades of Sandal #A18965

Tints of Sandal #A18965

Color information

#A18965 (or 0xA18965) is unknown color: approx Sandal. HEX triplet: A1, 89 and 65. RGB value is (161,137,101). Sum of RGB (Red+Green+Blue) = 161+137+101=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A18965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18965 is #5E769A. Grayscale: #8C8C8C. Windows color (decimal): -6190747 or 6654369. OLE color: 6654369.

HSL color Cylindrical-coordinate representation of color #A18965: hue angle of 36º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A18965 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB161137101-
CMYK00.150.370.37
HSL36º24.19%51.37%-
HSV(B)36º37.27%63.14%-
XYZ25.9926.4116.04-
YUV140.07105.95142.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.35%
GREEN value IS 137 (53.91% from 255) = 34.34%
BLUE value IS 101 (39.84% from 255) = 25.31%
R=40.35%
G=34.34%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113710100.150.370.373624.1951.37
HexA189650F2525241833
Octal2412111450174545443063
Binary101000011000100111001010111110010110010110010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18965; }

 p { color: rgb(161,137,101); }

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

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

 a { background-color: rgb(161,137,101); }

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

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

 span { border-color: rgb(161,137,101); }

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