#AB8F83

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

Shades of Sandrift #AB8F83

Tints of Sandrift #AB8F83

Color information

#AB8F83 (or 0xAB8F83) is unknown color: approx Sandrift. HEX triplet: AB, 8F and 83. RGB value is (171,143,131). Sum of RGB (Red+Green+Blue) = 171+143+131=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8F83 is #54707C. Grayscale: #969696. Windows color (decimal): -5533821 or 8621995. OLE color: 8621995.

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

Color convert

RGB171143131-
CMYK00.160.230.33
HSL18º19.23%59.22%-
HSV(B)18º23.39%67.06%-
XYZ30.7129.9425.63-
YUV150117.28142.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 143 (56.25% from 255) = 32.13%
BLUE value IS 131 (51.56% from 255) = 29.44%
R=38.43%
G=32.13%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114313100.160.230.331819.2359.22
HexAB8F83010172112133b
Octal2532172030202741222373
Binary101010111000111110000011010000101111000011001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8F83; }

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

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

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

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

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

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

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

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