#A48568

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

Shades of Sandal #A48568

Tints of Sandal #A48568

Color information

#A48568 (or 0xA48568) is unknown color: approx Sandal. HEX triplet: A4, 85 and 68. RGB value is (164,133,104). Sum of RGB (Red+Green+Blue) = 164+133+104=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A48568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48568 is #5B7A97. Grayscale: #8B8B8B. Windows color (decimal): -5995160 or 6849956. OLE color: 6849956.

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

Color convert

RGB164133104-
CMYK00.190.370.36
HSL29º24.79%52.55%-
HSV(B)29º36.59%64.31%-
XYZ26.225.6716.67-
YUV138.96108.27145.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 133 (52.34% from 255) = 33.17%
BLUE value IS 104 (41.02% from 255) = 25.94%
R=40.90%
G=33.17%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413310400.190.370.362924.7952.55
HexA4856801325241d1935
Octal2442051500234544353165
Binary101001001000010111010000100111001011001001110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48568; }

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

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

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

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

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

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

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

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