#A58D7D

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

Shades of Sandrift #A58D7D

Tints of Sandrift #A58D7D

Color information

#A58D7D (or 0xA58D7D) is unknown color: approx Sandrift. HEX triplet: A5, 8D and 7D. RGB value is (165,141,125). Sum of RGB (Red+Green+Blue) = 165+141+125=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58D7D is #5A7282. Grayscale: #929292. Windows color (decimal): -5927555 or 8228261. OLE color: 8228261.

HSL color Cylindrical-coordinate representation of color #A58D7D: hue angle of 24º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A58D7D is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB165141125-
CMYK00.150.240.35
HSL24º18.18%56.86%-
HSV(B)24º24.24%64.71%-
XYZ28.7428.5323.39-
YUV146.35115.95141.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.28%
GREEN value IS 141 (55.47% from 255) = 32.71%
BLUE value IS 125 (49.22% from 255) = 29.00%
R=38.28%
G=32.71%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514112500.150.240.352418.1856.86
HexA58D7D0F1823181239
Octal2452151750173043302271
Binary1010010110001101111110101111110001000111100010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58D7D; }

 p { color: rgb(165,141,125); }

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

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

 a { background-color: rgb(165,141,125); }

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

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

 span { border-color: rgb(165,141,125); }

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