#A48565

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

Shades of Sandal #A48565

Tints of Sandal #A48565

Color information

#A48565 (or 0xA48565) is unknown color: approx Sandal. HEX triplet: A4, 85 and 65. RGB value is (164,133,101). Sum of RGB (Red+Green+Blue) = 164+133+101=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A48565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48565 is #5B7A9A. Grayscale: #8A8A8A. Windows color (decimal): -5995163 or 6653348. OLE color: 6653348.

HSL color Cylindrical-coordinate representation of color #A48565: hue angle of 30.48º 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 #A48565 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB164133101-
CMYK00.190.380.36
HSL30.48º25.71%51.96%-
HSV(B)30.48º38.41%64.31%-
XYZ26.0525.6115.88-
YUV138.62106.77146.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.21%
GREEN value IS 133 (52.34% from 255) = 33.42%
BLUE value IS 101 (39.84% from 255) = 25.38%
R=41.21%
G=33.42%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413310100.190.380.3630.4825.7151.96
HexA4856501326241e1a34
Octal2442051450234644363264
Binary101001001000010111001010100111001101001001111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48565; }

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

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

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

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

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

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

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

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