#AB947F

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

Shades of Sandrift #AB947F

Tints of Sandrift #AB947F

Color information

#AB947F (or 0xAB947F) is unknown color: approx Sandrift. HEX triplet: AB, 94 and 7F. RGB value is (171,148,127). Sum of RGB (Red+Green+Blue) = 171+148+127=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #AB947F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB947F is #546B80. Grayscale: #989898. Windows color (decimal): -5532545 or 8361131. OLE color: 8361131.

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

Color convert

RGB171148127-
CMYK00.130.260.33
HSL28.64º20.75%58.43%-
HSV(B)28.64º25.73%67.06%-
XYZ31.2231.3724.49-
YUV152.48113.62141.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.34%
GREEN value IS 148 (58.20% from 255) = 33.18%
BLUE value IS 127 (50% from 255) = 28.48%
R=38.34%
G=33.18%
B=28.48%

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
Decimal17114812700.130.260.3328.6420.7558.43
HexAB947F0D1A211d153a
Octal2532241770153241352572
Binary1010101110010100111111101101110101000011110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB947F; }

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

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

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

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

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

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

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

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