#AB957E

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

Shades of Sandrift #AB957E

Tints of Sandrift #AB957E

Color information

#AB957E (or 0xAB957E) is unknown color: approx Sandrift. HEX triplet: AB, 95 and 7E. RGB value is (171,149,126). Sum of RGB (Red+Green+Blue) = 171+149+126=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #AB957E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB957E is #546A81. Grayscale: #999999. Windows color (decimal): -5532290 or 8295851. OLE color: 8295851.

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

Color convert

RGB171149126-
CMYK00.130.260.33
HSL30.67º21.13%58.24%-
HSV(B)30.67º26.32%67.06%-
XYZ31.3131.6624.2-
YUV152.96112.79140.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.34%
GREEN value IS 149 (58.59% from 255) = 33.41%
BLUE value IS 126 (49.61% from 255) = 28.25%
R=38.34%
G=33.41%
B=28.25%

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
Decimal17114912600.130.260.3330.6721.1358.24
HexAB957E0D1A211f153a
Octal2532251760153241372572
Binary1010101110010101111111001101110101000011111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB957E; }

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

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

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

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

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

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

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

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