#AB8E82

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

Shades of Sandrift #AB8E82

Tints of Sandrift #AB8E82

Color information

#AB8E82 (or 0xAB8E82) is unknown color: approx Sandrift. HEX triplet: AB, 8E and 82. RGB value is (171,142,130). Sum of RGB (Red+Green+Blue) = 171+142+130=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8E82 is #54717D. Grayscale: #959595. Windows color (decimal): -5534078 or 8556203. OLE color: 8556203.

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

Color convert

RGB171142130-
CMYK00.170.240.33
HSL17.56º19.62%59.02%-
HSV(B)17.56º23.98%67.06%-
XYZ30.529.6225.23-
YUV149.3117.11143.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.60%
GREEN value IS 142 (55.86% from 255) = 32.05%
BLUE value IS 130 (51.17% from 255) = 29.35%
R=38.60%
G=32.05%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114213000.170.240.3317.5619.6259.02
HexAB8E82011182112143b
Octal2532162020213041222473
Binary101010111000111010000010010001110001000011001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8E82; }

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

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

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

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

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

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

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

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