#AB947C

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

Shades of Sandrift #AB947C

Tints of Sandrift #AB947C

Color information

#AB947C (or 0xAB947C) is unknown color: approx Sandrift. HEX triplet: AB, 94 and 7C. RGB value is (171,148,124). Sum of RGB (Red+Green+Blue) = 171+148+124=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB947C is #546B83. Grayscale: #989898. Windows color (decimal): -5532548 or 8164523. OLE color: 8164523.

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

Color convert

RGB171148124-
CMYK00.130.270.33
HSL30.64º21.86%57.84%-
HSV(B)30.64º27.49%67.06%-
XYZ31.0231.2923.47-
YUV152.14112.12141.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.60%
GREEN value IS 148 (58.20% from 255) = 33.41%
BLUE value IS 124 (48.83% from 255) = 27.99%
R=38.60%
G=33.41%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114812400.130.270.3330.6421.8657.84
HexAB947C0D1B211f163a
Octal2532241740153341372672
Binary1010101110010100111110001101110111000011111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB947C; }

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

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

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

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

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

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

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

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