#A48E66

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

Shades of Sandal #A48E66

Tints of Sandal #A48E66

Color information

#A48E66 (or 0xA48E66) is unknown color: approx Sandal. HEX triplet: A4, 8E and 66. RGB value is (164,142,102). Sum of RGB (Red+Green+Blue) = 164+142+102=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48E66 is #5B7199. Grayscale: #909090. Windows color (decimal): -5992858 or 6721188. OLE color: 6721188.

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

Color convert

RGB164142102-
CMYK00.130.380.36
HSL38.71º25.41%52.16%-
HSV(B)38.71º37.8%64.31%-
XYZ27.3828.216.57-
YUV144.02104.29142.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.20%
GREEN value IS 142 (55.86% from 255) = 34.80%
BLUE value IS 102 (40.23% from 255) = 25%
R=40.20%
G=34.80%
B=25%

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
Decimal16414210200.130.380.3638.7125.4152.16
HexA48E660D2624271934
Octal2442161460154644473164
Binary101001001000111011001100110110011010010010011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48E66; }

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

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

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

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

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

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

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

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