#AB9683

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

Shades of Sandrift #AB9683

Tints of Sandrift #AB9683

Color information

#AB9683 (or 0xAB9683) is unknown color: approx Sandrift. HEX triplet: AB, 96 and 83. RGB value is (171,150,131). Sum of RGB (Red+Green+Blue) = 171+150+131=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9683 is #54697C. Grayscale: #9A9A9A. Windows color (decimal): -5532029 or 8623787. OLE color: 8623787.

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

Color convert

RGB171150131-
CMYK00.120.230.33
HSL28.5º19.23%59.22%-
HSV(B)28.5º23.39%67.06%-
XYZ31.832.1125.99-
YUV154.11114.96140.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.83%
GREEN value IS 150 (58.98% from 255) = 33.19%
BLUE value IS 131 (51.56% from 255) = 28.98%
R=37.83%
G=33.19%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115013100.120.230.3328.519.2359.22
HexAB96830C17211d133b
Octal2532262030142741352373
Binary10101011100101101000001101100101111000011110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9683; }

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

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

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

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

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

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

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

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