#AB937C

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

Shades of Sandrift #AB937C

Tints of Sandrift #AB937C

Color information

#AB937C (or 0xAB937C) is unknown color: approx Sandrift. HEX triplet: AB, 93 and 7C. RGB value is (171,147,124). Sum of RGB (Red+Green+Blue) = 171+147+124=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #AB937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB937C is #546C83. Grayscale: #979797. Windows color (decimal): -5532804 or 8164267. OLE color: 8164267.

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

Color convert

RGB171147124-
CMYK00.140.270.33
HSL29.36º21.86%57.84%-
HSV(B)29.36º27.49%67.06%-
XYZ30.8730.9823.42-
YUV151.55112.45141.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.69%
GREEN value IS 147 (57.81% from 255) = 33.26%
BLUE value IS 124 (48.83% from 255) = 28.05%
R=38.69%
G=33.26%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114712400.140.270.3329.3621.8657.84
HexAB937C0E1B211d163a
Octal2532231740163341352672
Binary1010101110010011111110001110110111000011110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB937C; }

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

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

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

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

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

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

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

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