#A48F7C

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

Shades of Sandrift #A48F7C

Tints of Sandrift #A48F7C

Color information

#A48F7C (or 0xA48F7C) is unknown color: approx Sandrift. HEX triplet: A4, 8F and 7C. RGB value is (164,143,124). Sum of RGB (Red+Green+Blue) = 164+143+124=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48F7C is #5B7083. Grayscale: #939393. Windows color (decimal): -5992580 or 8163236. OLE color: 8163236.

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

Color convert

RGB164143124-
CMYK00.130.240.36
HSL28.5º18.02%56.47%-
HSV(B)28.5º24.39%64.31%-
XYZ28.7728.9923.15-
YUV147.11114.96140.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.05%
GREEN value IS 143 (56.25% from 255) = 33.18%
BLUE value IS 124 (48.83% from 255) = 28.77%
R=38.05%
G=33.18%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414312400.130.240.3628.518.0256.47
HexA48F7C0D18241d1238
Octal2442171740153044352270
Binary1010010010001111111110001101110001001001110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48F7C; }

 p { color: rgb(164,143,124); }

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

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

 a { background-color: rgb(164,143,124); }

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

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

 span { border-color: rgb(164,143,124); }

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