#A58C83

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

Shades of Sandrift #A58C83

Tints of Sandrift #A58C83

Color information

#A58C83 (or 0xA58C83) is unknown color: approx Sandrift. HEX triplet: A5, 8C and 83. RGB value is (165,140,131). Sum of RGB (Red+Green+Blue) = 165+140+131=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58C83 is #5A737C. Grayscale: #929292. Windows color (decimal): -5927805 or 8621221. OLE color: 8621221.

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

Color convert

RGB165140131-
CMYK00.150.210.35
HSL15.88º15.89%58.04%-
HSV(B)15.88º20.61%64.71%-
XYZ28.9928.3925.43-
YUV146.45119.28141.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.84%
GREEN value IS 140 (55.08% from 255) = 32.11%
BLUE value IS 131 (51.56% from 255) = 30.05%
R=37.84%
G=32.11%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514013100.150.210.3515.8815.8958.04
HexA58C830F152310103a
Octal2452142030172543202072
Binary10100101100011001000001101111101011000111000010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58C83; }

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

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

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

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

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

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

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

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