#AB8F79

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

Shades of Sandrift #AB8F79

Tints of Sandrift #AB8F79

Color information

#AB8F79 (or 0xAB8F79) is unknown color: approx Sandrift. HEX triplet: AB, 8F and 79. RGB value is (171,143,121). Sum of RGB (Red+Green+Blue) = 171+143+121=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F79 is #547086. Grayscale: #949494. Windows color (decimal): -5533831 or 7966635. OLE color: 7966635.

HSL color Cylindrical-coordinate representation of color #AB8F79: hue angle of 26.4º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB8F79 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB171143121-
CMYK00.160.290.33
HSL26.4º22.94%57.25%-
HSV(B)26.4º29.24%67.06%-
XYZ30.0729.6822.23-
YUV148.86112.28143.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.31%
GREEN value IS 143 (56.25% from 255) = 32.87%
BLUE value IS 121 (47.66% from 255) = 27.82%
R=39.31%
G=32.87%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114312100.160.290.3326.422.9457.25
HexAB8F790101D211a1739
Octal2532171710203541322771
Binary10101011100011111111001010000111011000011101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8F79; }

 p { color: rgb(171,143,121); }

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

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

 a { background-color: rgb(171,143,121); }

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

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

 span { border-color: rgb(171,143,121); }

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