#A48B68

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

Shades of Sandal #A48B68

Tints of Sandal #A48B68

Color information

#A48B68 (or 0xA48B68) is unknown color: approx Sandal. HEX triplet: A4, 8B and 68. RGB value is (164,139,104). Sum of RGB (Red+Green+Blue) = 164+139+104=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48B68 is #5B7497. Grayscale: #8E8E8E. Windows color (decimal): -5993624 or 6851492. OLE color: 6851492.

HSL color Cylindrical-coordinate representation of color #A48B68: hue angle of 35º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A48B68 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB164139104-
CMYK00.150.370.36
HSL35º24.79%52.55%-
HSV(B)35º36.59%64.31%-
XYZ27.0427.3616.95-
YUV142.48106.28143.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.29%
GREEN value IS 139 (54.69% from 255) = 34.15%
BLUE value IS 104 (41.02% from 255) = 25.55%
R=40.29%
G=34.15%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413910400.150.370.363524.7952.55
HexA48B680F2524231935
Octal2442131500174544433165
Binary101001001000101111010000111110010110010010001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B68; }

 p { color: rgb(164,139,104); }

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

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

 a { background-color: rgb(164,139,104); }

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

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

 span { border-color: rgb(164,139,104); }

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