#A48D7B

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

Shades of Sandrift #A48D7B

Tints of Sandrift #A48D7B

Color information

#A48D7B (or 0xA48D7B) is unknown color: approx Sandrift. HEX triplet: A4, 8D and 7B. RGB value is (164,141,123). Sum of RGB (Red+Green+Blue) = 164+141+123=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48D7B is #5B7284. Grayscale: #919191. Windows color (decimal): -5993093 or 8097188. OLE color: 8097188.

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

Color convert

RGB164141123-
CMYK00.140.250.36
HSL26.34º18.39%56.27%-
HSV(B)26.34º25%64.31%-
XYZ28.4128.3722.72-
YUV145.82115.12140.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.32%
GREEN value IS 141 (55.47% from 255) = 32.94%
BLUE value IS 123 (48.44% from 255) = 28.74%
R=38.32%
G=32.94%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414112300.140.250.3626.3418.3956.27
HexA48D7B0E19241a1238
Octal2442151730163144322270
Binary1010010010001101111101101110110011001001101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48D7B; }

 p { color: rgb(164,141,123); }

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

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

 a { background-color: rgb(164,141,123); }

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

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

 span { border-color: rgb(164,141,123); }

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