#A58E7B

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

Shades of Sandrift #A58E7B

Tints of Sandrift #A58E7B

Color information

#A58E7B (or 0xA58E7B) is unknown color: approx Sandrift. HEX triplet: A5, 8E and 7B. RGB value is (165,142,123). Sum of RGB (Red+Green+Blue) = 165+142+123=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58E7B is #5A7184. Grayscale: #929292. Windows color (decimal): -5927301 or 8097445. OLE color: 8097445.

HSL color Cylindrical-coordinate representation of color #A58E7B: hue angle of 27.14º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A58E7B is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB165142123-
CMYK00.140.250.35
HSL27.14º18.92%56.47%-
HSV(B)27.14º25.45%64.71%-
XYZ28.7728.7822.78-
YUV146.71114.62141.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.37%
GREEN value IS 142 (55.86% from 255) = 33.02%
BLUE value IS 123 (48.44% from 255) = 28.60%
R=38.37%
G=33.02%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514212300.140.250.3527.1418.9256.47
HexA58E7B0E19231b1338
Octal2452161730163143332370
Binary1010010110001110111101101110110011000111101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58E7B; }

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

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

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

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

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

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

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

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