#A58E82

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

Shades of Sandrift #A58E82

Tints of Sandrift #A58E82

Color information

#A58E82 (or 0xA58E82) is unknown color: approx Sandrift. HEX triplet: A5, 8E and 82. RGB value is (165,142,130). Sum of RGB (Red+Green+Blue) = 165+142+130=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58E82 is #5A717D. Grayscale: #939393. Windows color (decimal): -5927294 or 8556197. OLE color: 8556197.

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

Color convert

RGB165142130-
CMYK00.140.210.35
HSL20.57º16.28%57.84%-
HSV(B)20.57º21.21%64.71%-
XYZ29.2228.9625.17-
YUV147.51118.12140.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.76%
GREEN value IS 142 (55.86% from 255) = 32.49%
BLUE value IS 130 (51.17% from 255) = 29.75%
R=37.76%
G=32.49%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514213000.140.210.3520.5716.2857.84
HexA58E820E152315103a
Octal2452162020162543252072
Binary10100101100011101000001001110101011000111010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58E82; }

 p { color: rgb(165,142,130); }

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

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

 a { background-color: rgb(165,142,130); }

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

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

 span { border-color: rgb(165,142,130); }

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