#AB9084

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

Shades of Sandrift #AB9084

Tints of Sandrift #AB9084

Color information

#AB9084 (or 0xAB9084) is unknown color: approx Sandrift. HEX triplet: AB, 90 and 84. RGB value is (171,144,132). Sum of RGB (Red+Green+Blue) = 171+144+132=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9084 is #546F7B. Grayscale: #969696. Windows color (decimal): -5533564 or 8687787. OLE color: 8687787.

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

Color convert

RGB171144132-
CMYK00.160.230.33
HSL18.46º18.84%59.41%-
HSV(B)18.46º22.81%67.06%-
XYZ30.9330.2726.04-
YUV150.7117.45142.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.26%
GREEN value IS 144 (56.64% from 255) = 32.21%
BLUE value IS 132 (51.95% from 255) = 29.53%
R=38.26%
G=32.21%
B=29.53%

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
Decimal17114413200.160.230.3318.4618.8459.41
HexAB9084010172112133b
Octal2532202040202741222373
Binary101010111001000010000100010000101111000011001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9084; }

 p { color: rgb(171,144,132); }

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

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

 a { background-color: rgb(171,144,132); }

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

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

 span { border-color: rgb(171,144,132); }

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