#AB9580

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

Shades of Sandrift #AB9580

Tints of Sandrift #AB9580

Color information

#AB9580 (or 0xAB9580) is unknown color: approx Sandrift. HEX triplet: AB, 95 and 80. RGB value is (171,149,128). Sum of RGB (Red+Green+Blue) = 171+149+128=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9580 is #546A7F. Grayscale: #999999. Windows color (decimal): -5532288 or 8426923. OLE color: 8426923.

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

Color convert

RGB171149128-
CMYK00.130.250.33
HSL29.3º20.38%58.63%-
HSV(B)29.3º25.15%67.06%-
XYZ31.4431.7124.89-
YUV153.18113.79140.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.17%
GREEN value IS 149 (58.59% from 255) = 33.26%
BLUE value IS 128 (50.39% from 255) = 28.57%
R=38.17%
G=33.26%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114912800.130.250.3329.320.3858.63
HexAB95800D19211d143b
Octal2532252000153141352473
Binary10101011100101011000000001101110011000011110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9580; }

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

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

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

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

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

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

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

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