#A18767

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

Shades of Sandal #A18767

Tints of Sandal #A18767

Color information

#A18767 (or 0xA18767) is unknown color: approx Sandal. HEX triplet: A1, 87 and 67. RGB value is (161,135,103). Sum of RGB (Red+Green+Blue) = 161+135+103=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A18767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18767 is #5E7898. Grayscale: #8B8B8B. Windows color (decimal): -6191257 or 6784929. OLE color: 6784929.

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

Color convert

RGB161135103-
CMYK00.160.360.37
HSL33.1º23.58%51.76%-
HSV(B)33.1º36.02%63.14%-
XYZ25.8125.8816.47-
YUV139.13107.61143.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.35%
GREEN value IS 135 (53.12% from 255) = 33.83%
BLUE value IS 103 (40.62% from 255) = 25.81%
R=40.35%
G=33.83%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113510300.160.360.3733.123.5851.76
HexA187670102425211834
Octal2412071470204445413064
Binary1010000110000111110011101000010010010010110000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18767; }

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

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

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

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

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

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

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

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