#A48D82

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

Shades of Sandrift #A48D82

Tints of Sandrift #A48D82

Color information

#A48D82 (or 0xA48D82) is unknown color: approx Sandrift. HEX triplet: A4, 8D and 82. RGB value is (164,141,130). Sum of RGB (Red+Green+Blue) = 164+141+130=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48D82 is #5B727D. Grayscale: #929292. Windows color (decimal): -5993086 or 8555940. OLE color: 8555940.

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

Color convert

RGB164141130-
CMYK00.140.210.36
HSL19.41º15.74%57.65%-
HSV(B)19.41º20.73%64.31%-
XYZ28.8628.5525.11-
YUV146.62118.62140.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.70%
GREEN value IS 141 (55.47% from 255) = 32.41%
BLUE value IS 130 (51.17% from 255) = 29.89%
R=37.70%
G=32.41%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414113000.140.210.3619.4115.7457.65
HexA48D820E152413103a
Octal2442152020162544232072
Binary10100100100011011000001001110101011001001001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48D82; }

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

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

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

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

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

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

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

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