#A58E83

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

Shades of Sandrift #A58E83

Tints of Sandrift #A58E83

Color information

#A58E83 (or 0xA58E83) is unknown color: approx Sandrift. HEX triplet: A5, 8E and 83. RGB value is (165,142,131). Sum of RGB (Red+Green+Blue) = 165+142+131=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58E83 is #5A717C. Grayscale: #939393. Windows color (decimal): -5927293 or 8621733. OLE color: 8621733.

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

Color convert

RGB165142131-
CMYK00.140.210.35
HSL19.41º15.89%58.04%-
HSV(B)19.41º20.61%64.71%-
XYZ29.2928.9825.52-
YUV147.62118.62140.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.67%
GREEN value IS 142 (55.86% from 255) = 32.42%
BLUE value IS 131 (51.56% from 255) = 29.91%
R=37.67%
G=32.42%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514213100.140.210.3519.4115.8958.04
HexA58E830E152313103a
Octal2452162030162543232072
Binary10100101100011101000001101110101011000111001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58E83; }

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

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

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

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

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

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

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

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