#A18964

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

Shades of Sandal #A18964

Tints of Sandal #A18964

Color information

#A18964 (or 0xA18964) is unknown color: approx Sandal. HEX triplet: A1, 89 and 64. RGB value is (161,137,100). Sum of RGB (Red+Green+Blue) = 161+137+100=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 161 - color contains mainly: red. Hex color #A18964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18964 is #5E769B. Grayscale: #8C8C8C. Windows color (decimal): -6190748 or 6588833. OLE color: 6588833.

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

Color convert

RGB161137100-
CMYK00.150.380.37
HSL36.39º24.5%51.18%-
HSV(B)36.39º37.89%63.14%-
XYZ25.9426.3915.78-
YUV139.96105.45143.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.45%
GREEN value IS 137 (53.91% from 255) = 34.42%
BLUE value IS 100 (39.45% from 255) = 25.13%
R=40.45%
G=34.42%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113710000.150.380.3736.3924.551.18
HexA189640F2625241833
Octal2412111440174645443063
Binary101000011000100111001000111110011010010110010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18964; }

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

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

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

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

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

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

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

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