#AB917B

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

Shades of Sandrift #AB917B

Tints of Sandrift #AB917B

Color information

#AB917B (or 0xAB917B) is unknown color: approx Sandrift. HEX triplet: AB, 91 and 7B. RGB value is (171,145,123). Sum of RGB (Red+Green+Blue) = 171+145+123=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #AB917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB917B is #546E84. Grayscale: #969696. Windows color (decimal): -5533317 or 8098219. OLE color: 8098219.

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

Color convert

RGB171145123-
CMYK00.150.280.33
HSL27.5º22.22%57.65%-
HSV(B)27.5º28.07%67.06%-
XYZ30.530.3422.99-
YUV150.27112.61142.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.95%
GREEN value IS 145 (57.03% from 255) = 33.03%
BLUE value IS 123 (48.44% from 255) = 28.02%
R=38.95%
G=33.03%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114512300.150.280.3327.522.2257.65
HexAB917B0F1C211c163a
Octal2532211730173441342672
Binary1010101110010001111101101111111001000011110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB917B; }

 p { color: rgb(171,145,123); }

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

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

 a { background-color: rgb(171,145,123); }

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

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

 span { border-color: rgb(171,145,123); }

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