#AB8E7D

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

Shades of Sandrift #AB8E7D

Tints of Sandrift #AB8E7D

Color information

#AB8E7D (or 0xAB8E7D) is unknown color: approx Sandrift. HEX triplet: AB, 8E and 7D. RGB value is (171,142,125). Sum of RGB (Red+Green+Blue) = 171+142+125=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8E7D is #547182. Grayscale: #949494. Windows color (decimal): -5534083 or 8228523. OLE color: 8228523.

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

Color convert

RGB171142125-
CMYK00.170.270.33
HSL22.17º21.5%58.04%-
HSV(B)22.17º26.9%67.06%-
XYZ30.1729.4823.5-
YUV148.73114.61143.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 142 (55.86% from 255) = 32.42%
BLUE value IS 125 (49.22% from 255) = 28.54%
R=39.04%
G=32.42%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114212500.170.270.3322.1721.558.04
HexAB8E7D0111B2116153a
Octal2532161750213341262572
Binary10101011100011101111101010001110111000011011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8E7D; }

 p { color: rgb(171,142,125); }

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

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

 a { background-color: rgb(171,142,125); }

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

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

 span { border-color: rgb(171,142,125); }

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