#AB9585

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

Shades of Sandrift #AB9585

Tints of Sandrift #AB9585

Color information

#AB9585 (or 0xAB9585) is unknown color: approx Sandrift. HEX triplet: AB, 95 and 85. RGB value is (171,149,133). Sum of RGB (Red+Green+Blue) = 171+149+133=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9585 is #546A7A. Grayscale: #999999. Windows color (decimal): -5532283 or 8754603. OLE color: 8754603.

HSL color Cylindrical-coordinate representation of color #AB9585: hue angle of 25.26º 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 #AB9585 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB171149133-
CMYK00.130.220.33
HSL25.26º18.45%59.61%-
HSV(B)25.26º22.22%67.06%-
XYZ31.7831.8526.66-
YUV153.75116.29140.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.75%
GREEN value IS 149 (58.59% from 255) = 32.89%
BLUE value IS 133 (52.34% from 255) = 29.36%
R=37.75%
G=32.89%
B=29.36%

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
Decimal17114913300.130.220.3325.2618.4559.61
HexAB95850D162119123c
Octal2532252050152641312274
Binary10101011100101011000010101101101101000011100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9585; }

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

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

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

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

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

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

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

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