#A58E7A

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

Shades of Sandrift #A58E7A

Tints of Sandrift #A58E7A

Color information

#A58E7A (or 0xA58E7A) is unknown color: approx Sandrift. HEX triplet: A5, 8E and 7A. RGB value is (165,142,122). Sum of RGB (Red+Green+Blue) = 165+142+122=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58E7A is #5A7185. Grayscale: #929292. Windows color (decimal): -5927302 or 8031909. OLE color: 8031909.

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

Color convert

RGB165142122-
CMYK00.140.260.35
HSL27.91º19.28%56.27%-
HSV(B)27.91º26.06%64.71%-
XYZ28.728.7522.45-
YUV146.6114.12141.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.46%
GREEN value IS 142 (55.86% from 255) = 33.10%
BLUE value IS 122 (48.05% from 255) = 28.44%
R=38.46%
G=33.10%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514212200.140.260.3527.9119.2856.27
HexA58E7A0E1A231c1338
Octal2452161720163243342370
Binary1010010110001110111101001110110101000111110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58E7A; }

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

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

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

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

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

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

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

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