#A58D84

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

Shades of Sandrift #A58D84

Tints of Sandrift #A58D84

Color information

#A58D84 (or 0xA58D84) is unknown color: approx Sandrift. HEX triplet: A5, 8D and 84. RGB value is (165,141,132). Sum of RGB (Red+Green+Blue) = 165+141+132=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58D84 is #5A727B. Grayscale: #939393. Windows color (decimal): -5927548 or 8687013. OLE color: 8687013.

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

Color convert

RGB165141132-
CMYK00.150.200.35
HSL16.36º15.49%58.24%-
HSV(B)16.36º20%64.71%-
XYZ29.2128.7225.83-
YUV147.15119.45140.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.67%
GREEN value IS 141 (55.47% from 255) = 32.19%
BLUE value IS 132 (51.95% from 255) = 30.14%
R=37.67%
G=32.19%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514113200.150.200.3516.3615.4958.24
HexA58D840F142310f3a
Octal2452152040172443201772
Binary1010010110001101100001000111110100100011100001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58D84; }

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

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

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

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

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

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

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

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