#AB9387

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

Shades of Sandrift #AB9387

Tints of Sandrift #AB9387

Color information

#AB9387 (or 0xAB9387) is unknown color: approx Sandrift. HEX triplet: AB, 93 and 87. RGB value is (171,147,135). Sum of RGB (Red+Green+Blue) = 171+147+135=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9387 is #546C78. Grayscale: #989898. Windows color (decimal): -5532793 or 8885163. OLE color: 8885163.

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

Color convert

RGB171147135-
CMYK00.140.210.33
HSL20º17.65%60%-
HSV(B)20º21.05%67.06%-
XYZ31.631.2727.29-
YUV152.81117.95140.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.75%
GREEN value IS 147 (57.81% from 255) = 32.45%
BLUE value IS 135 (53.12% from 255) = 29.80%
R=37.75%
G=32.45%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114713500.140.210.332017.6560
HexAB93870E152114123c
Octal2532232070162541242274
Binary10101011100100111000011101110101011000011010010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9387; }

 p { color: rgb(171,147,135); }

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

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

 a { background-color: rgb(171,147,135); }

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

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

 span { border-color: rgb(171,147,135); }

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