#A48E63

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

Shades of Sandal #A48E63

Tints of Sandal #A48E63

Color information

#A48E63 (or 0xA48E63) is unknown color: approx Sandal. HEX triplet: A4, 8E and 63. RGB value is (164,142,99). Sum of RGB (Red+Green+Blue) = 164+142+99=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48E63 is #5B719C. Grayscale: #8F8F8F. Windows color (decimal): -5992861 or 6524580. OLE color: 6524580.

HSL color Cylindrical-coordinate representation of color #A48E63: hue angle of 39.69º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A48E63 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16414299-
CMYK00.130.400.36
HSL39.69º26.32%51.57%-
HSV(B)39.69º39.63%64.31%-
XYZ27.2328.1415.8-
YUV143.68102.79142.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.49%
GREEN value IS 142 (55.86% from 255) = 35.06%
BLUE value IS 99 (39.06% from 255) = 24.44%
R=40.49%
G=35.06%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641429900.130.400.3639.6926.3251.57
HexA48E630D2824281a34
Octal2442161430155044503264
Binary101001001000111011000110110110100010010010100011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48E63; }

 p { color: rgb(164,142,99); }

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

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

 a { background-color: rgb(164,142,99); }

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

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

 span { border-color: rgb(164,142,99); }

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