#A58D7C

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

Shades of Sandrift #A58D7C

Tints of Sandrift #A58D7C

Color information

#A58D7C (or 0xA58D7C) is unknown color: approx Sandrift. HEX triplet: A5, 8D and 7C. RGB value is (165,141,124). Sum of RGB (Red+Green+Blue) = 165+141+124=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58D7C is #5A7283. Grayscale: #929292. Windows color (decimal): -5927556 or 8162725. OLE color: 8162725.

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

Color convert

RGB165141124-
CMYK00.150.250.35
HSL24.88º18.55%56.67%-
HSV(B)24.88º24.85%64.71%-
XYZ28.6828.523.06-
YUV146.24115.45141.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.37%
GREEN value IS 141 (55.47% from 255) = 32.79%
BLUE value IS 124 (48.83% from 255) = 28.84%
R=38.37%
G=32.79%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514112400.150.250.3524.8818.5556.67
HexA58D7C0F1923191339
Octal2452151740173143312371
Binary1010010110001101111110001111110011000111100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58D7C; }

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

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

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

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

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

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

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

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