#A59080

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

Shades of Sandrift #A59080

Tints of Sandrift #A59080

Color information

#A59080 (or 0xA59080) is unknown color: approx Sandrift. HEX triplet: A5, 90 and 80. RGB value is (165,144,128). Sum of RGB (Red+Green+Blue) = 165+144+128=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 165 - color contains mainly: red. Hex color #A59080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59080 is #5A6F7F. Grayscale: #949494. Windows color (decimal): -5926784 or 8425637. OLE color: 8425637.

HSL color Cylindrical-coordinate representation of color #A59080: hue angle of 25.95º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A59080 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB165144128-
CMYK00.130.220.35
HSL25.95º17.05%57.45%-
HSV(B)25.95º22.42%64.71%-
XYZ29.3929.524.57-
YUV148.46116.46139.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.76%
GREEN value IS 144 (56.64% from 255) = 32.95%
BLUE value IS 128 (50.39% from 255) = 29.29%
R=37.76%
G=32.95%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514412800.130.220.3525.9517.0557.45
HexA590800D16231a1139
Octal2452202000152643322171
Binary10100101100100001000000001101101101000111101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59080; }

 p { color: rgb(165,144,128); }

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

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

 a { background-color: rgb(165,144,128); }

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

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

 span { border-color: rgb(165,144,128); }

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