#A48E80

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

Shades of Sandrift #A48E80

Tints of Sandrift #A48E80

Color information

#A48E80 (or 0xA48E80) is unknown color: approx Sandrift. HEX triplet: A4, 8E and 80. RGB value is (164,142,128). Sum of RGB (Red+Green+Blue) = 164+142+128=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48E80 is #5B717F. Grayscale: #939393. Windows color (decimal): -5992832 or 8425124. OLE color: 8425124.

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

Color convert

RGB164142128-
CMYK00.130.220.36
HSL23.33º16.51%57.25%-
HSV(B)23.33º21.95%64.31%-
XYZ28.8828.824.46-
YUV146.98117.29140.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.79%
GREEN value IS 142 (55.86% from 255) = 32.72%
BLUE value IS 128 (50.39% from 255) = 29.49%
R=37.79%
G=32.72%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414212800.130.220.3623.3316.5157.25
HexA48E800D1624171139
Octal2442162000152644272171
Binary10100100100011101000000001101101101001001011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48E80; }

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

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

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

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

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

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

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

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