#AB8F82

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

Shades of Sandrift #AB8F82

Tints of Sandrift #AB8F82

Color information

#AB8F82 (or 0xAB8F82) is unknown color: approx Sandrift. HEX triplet: AB, 8F and 82. RGB value is (171,143,130). Sum of RGB (Red+Green+Blue) = 171+143+130=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8F82 is #54707D. Grayscale: #959595. Windows color (decimal): -5533822 or 8556459. OLE color: 8556459.

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

Color convert

RGB171143130-
CMYK00.160.240.33
HSL19.02º19.62%59.02%-
HSV(B)19.02º23.98%67.06%-
XYZ30.6529.9125.28-
YUV149.89116.78143.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 143 (56.25% from 255) = 32.21%
BLUE value IS 130 (51.17% from 255) = 29.28%
R=38.51%
G=32.21%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114313000.160.240.3319.0219.6259.02
HexAB8F82010182113143b
Octal2532172020203041232473
Binary101010111000111110000010010000110001000011001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8F82; }

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

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

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

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

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

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

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

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