#A48571

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

Shades of Sandal #A48571

Tints of Sandal #A48571

Color information

#A48571 (or 0xA48571) is unknown color: approx Sandal. HEX triplet: A4, 85 and 71. RGB value is (164,133,113). Sum of RGB (Red+Green+Blue) = 164+133+113=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A48571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48571 is #5B7A8E. Grayscale: #8C8C8C. Windows color (decimal): -5995151 or 7439780. OLE color: 7439780.

HSL color Cylindrical-coordinate representation of color #A48571: hue angle of 23.53º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A48571 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB164133113-
CMYK00.190.310.36
HSL23.53º21.89%54.31%-
HSV(B)23.53º31.1%64.31%-
XYZ26.6825.8619.21-
YUV139.99112.77145.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40%
GREEN value IS 133 (52.34% from 255) = 32.44%
BLUE value IS 113 (44.53% from 255) = 27.56%
R=40%
G=32.44%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413311300.190.310.3623.5321.8954.31
HexA485710131F24181636
Octal2442051610233744302666
Binary10100100100001011110001010011111111001001100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48571; }

 p { color: rgb(164,133,113); }

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

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

 a { background-color: rgb(164,133,113); }

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

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

 span { border-color: rgb(164,133,113); }

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