#AB9586

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

Shades of Sandrift #AB9586

Tints of Sandrift #AB9586

Color information

#AB9586 (or 0xAB9586) is unknown color: approx Sandrift. HEX triplet: AB, 95 and 86. RGB value is (171,149,134). Sum of RGB (Red+Green+Blue) = 171+149+134=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9586 is #546A79. Grayscale: #999999. Windows color (decimal): -5532282 or 8820139. OLE color: 8820139.

HSL color Cylindrical-coordinate representation of color #AB9586: hue angle of 24.32º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB9586 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB171149134-
CMYK00.130.220.33
HSL24.32º18.05%59.8%-
HSV(B)24.32º21.64%67.06%-
XYZ31.8531.8727.03-
YUV153.87116.79140.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.67%
GREEN value IS 149 (58.59% from 255) = 32.82%
BLUE value IS 134 (52.73% from 255) = 29.52%
R=37.67%
G=32.82%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114913400.130.220.3324.3218.0559.8
HexAB95860D162118123c
Octal2532252060152641302274
Binary10101011100101011000011001101101101000011100010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9586; }

 p { color: rgb(171,149,134); }

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

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

 a { background-color: rgb(171,149,134); }

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

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

 span { border-color: rgb(171,149,134); }

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