#AB9180

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

Shades of Sandrift #AB9180

Tints of Sandrift #AB9180

Color information

#AB9180 (or 0xAB9180) is unknown color: approx Sandrift. HEX triplet: AB, 91 and 80. RGB value is (171,145,128). Sum of RGB (Red+Green+Blue) = 171+145+128=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9180 is #546E7F. Grayscale: #969696. Windows color (decimal): -5533312 or 8425899. OLE color: 8425899.

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

Color convert

RGB171145128-
CMYK00.150.250.33
HSL23.72º20.38%58.63%-
HSV(B)23.72º25.15%67.06%-
XYZ30.8230.4724.68-
YUV150.84115.11142.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 145 (57.03% from 255) = 32.66%
BLUE value IS 128 (50.39% from 255) = 28.83%
R=38.51%
G=32.66%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114512800.150.250.3323.7220.3858.63
HexAB91800F192118143b
Octal2532212000173141302473
Binary10101011100100011000000001111110011000011100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9180; }

 p { color: rgb(171,145,128); }

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

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

 a { background-color: rgb(171,145,128); }

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

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

 span { border-color: rgb(171,145,128); }

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