#AB947E

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

Shades of Sandrift #AB947E

Tints of Sandrift #AB947E

Color information

#AB947E (or 0xAB947E) is unknown color: approx Sandrift. HEX triplet: AB, 94 and 7E. RGB value is (171,148,126). Sum of RGB (Red+Green+Blue) = 171+148+126=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB947E is #546B81. Grayscale: #989898. Windows color (decimal): -5532546 or 8295595. OLE color: 8295595.

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

Color convert

RGB171148126-
CMYK00.130.260.33
HSL29.33º21.13%58.24%-
HSV(B)29.33º26.32%67.06%-
XYZ31.1531.3424.15-
YUV152.37113.12141.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 148 (58.20% from 255) = 33.26%
BLUE value IS 126 (49.61% from 255) = 28.31%
R=38.43%
G=33.26%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114812600.130.260.3329.3321.1358.24
HexAB947E0D1A211d153a
Octal2532241760153241352572
Binary1010101110010100111111001101110101000011110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB947E; }

 p { color: rgb(171,148,126); }

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

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

 a { background-color: rgb(171,148,126); }

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

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

 span { border-color: rgb(171,148,126); }

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