#a58c7f

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

Shades of Sandrift #A58C7F

Tints of Sandrift #A58C7F

Color information

#A58C7F (or 0xA58C7F) is unknown color: approx Sandrift. HEX triplet: A5, 8C and 7F. RGB value is (165,140,127). Sum of RGB (Red+Green+Blue) = 165+140+127=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58C7F is #5A7380. Grayscale: #929292. Windows color (decimal): -5927809 or 8359077. OLE color: 8359077.

HSL color Cylindrical-coordinate representation of color #A58C7F: hue angle of 20.53º 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 #A58C7F is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB165140127-
CMYK00.150.230.35
HSL20.53º17.43%57.25%-
HSV(B)20.53º23.03%64.71%-
XYZ28.7328.2924.02-
YUV145.99117.28141.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.19%
GREEN value IS 140 (55.08% from 255) = 32.41%
BLUE value IS 127 (50% from 255) = 29.40%
R=38.19%
G=32.41%
B=29.40%

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
Decimal16514012700.150.230.3520.5317.4357.25
HexA58C7F0F1723151139
Octal2452141770172743252171
Binary1010010110001100111111101111101111000111010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a58c7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a58c7f; }

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

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

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

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

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

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

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

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