#A48E65

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

Shades of Sandal #A48E65

Tints of Sandal #A48E65

Color information

#A48E65 (or 0xA48E65) is unknown color: approx Sandal. HEX triplet: A4, 8E and 65. RGB value is (164,142,101). Sum of RGB (Red+Green+Blue) = 164+142+101=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48E65 is #5B719A. Grayscale: #909090. Windows color (decimal): -5992859 or 6655652. OLE color: 6655652.

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

Color convert

RGB164142101-
CMYK00.130.380.36
HSL39.05º25.71%51.96%-
HSV(B)39.05º38.41%64.31%-
XYZ27.3328.1816.31-
YUV143.9103.79142.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.29%
GREEN value IS 142 (55.86% from 255) = 34.89%
BLUE value IS 101 (39.84% from 255) = 24.82%
R=40.29%
G=34.89%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414210100.130.380.3639.0525.7151.96
HexA48E650D2624271a34
Octal2442161450154644473264
Binary101001001000111011001010110110011010010010011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48E65; }

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

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

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

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

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

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

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

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