#AB957F

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

Shades of Sandrift #AB957F

Tints of Sandrift #AB957F

Color information

#AB957F (or 0xAB957F) is unknown color: approx Sandrift. HEX triplet: AB, 95 and 7F. RGB value is (171,149,127). Sum of RGB (Red+Green+Blue) = 171+149+127=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB957F is #546A80. Grayscale: #999999. Windows color (decimal): -5532289 or 8361387. OLE color: 8361387.

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

Color convert

RGB171149127-
CMYK00.130.260.33
HSL30º20.75%58.43%-
HSV(B)30º25.73%67.06%-
XYZ31.3731.6924.54-
YUV153.07113.29140.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.26%
GREEN value IS 149 (58.59% from 255) = 33.33%
BLUE value IS 127 (50% from 255) = 28.41%
R=38.26%
G=33.33%
B=28.41%

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
Decimal17114912700.130.260.333020.7558.43
HexAB957F0D1A211e153a
Octal2532251770153241362572
Binary1010101110010101111111101101110101000011111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB957F; }

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

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

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

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

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

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

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

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