#A58D7F

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

Shades of Sandrift #A58D7F

Tints of Sandrift #A58D7F

Color information

#A58D7F (or 0xA58D7F) is unknown color: approx Sandrift. HEX triplet: A5, 8D and 7F. RGB value is (165,141,127). Sum of RGB (Red+Green+Blue) = 165+141+127=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58D7F is #5A7280. Grayscale: #929292. Windows color (decimal): -5927553 or 8359333. OLE color: 8359333.

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

Color convert

RGB165141127-
CMYK00.150.230.35
HSL22.11º17.43%57.25%-
HSV(B)22.11º23.03%64.71%-
XYZ28.8728.5824.07-
YUV146.58116.95141.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.11%
GREEN value IS 141 (55.47% from 255) = 32.56%
BLUE value IS 127 (50% from 255) = 29.33%
R=38.11%
G=32.56%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514112700.150.230.3522.1117.4357.25
HexA58D7F0F1723161139
Octal2452151770172743262171
Binary1010010110001101111111101111101111000111011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58D7F; }

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

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

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

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

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

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

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

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