#AB9082

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

Shades of Sandrift #AB9082

Tints of Sandrift #AB9082

Color information

#AB9082 (or 0xAB9082) is unknown color: approx Sandrift. HEX triplet: AB, 90 and 82. RGB value is (171,144,130). Sum of RGB (Red+Green+Blue) = 171+144+130=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9082 is #546F7D. Grayscale: #969696. Windows color (decimal): -5533566 or 8556715. OLE color: 8556715.

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

Color convert

RGB171144130-
CMYK00.160.240.33
HSL20.49º19.62%59.02%-
HSV(B)20.49º23.98%67.06%-
XYZ30.830.2225.33-
YUV150.48116.45142.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 144 (56.64% from 255) = 32.36%
BLUE value IS 130 (51.17% from 255) = 29.21%
R=38.43%
G=32.36%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114413000.160.240.3320.4919.6259.02
HexAB9082010182114143b
Octal2532202020203041242473
Binary101010111001000010000010010000110001000011010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9082; }

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

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

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

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

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

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

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

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