#AB9081

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

Shades of Sandrift #AB9081

Tints of Sandrift #AB9081

Color information

#AB9081 (or 0xAB9081) is unknown color: approx Sandrift. HEX triplet: AB, 90 and 81. RGB value is (171,144,129). Sum of RGB (Red+Green+Blue) = 171+144+129=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9081 is #546F7E. Grayscale: #969696. Windows color (decimal): -5533567 or 8491179. OLE color: 8491179.

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

Color convert

RGB171144129-
CMYK00.160.250.33
HSL21.43º20%58.82%-
HSV(B)21.43º24.56%67.06%-
XYZ30.7330.1924.98-
YUV150.36115.95142.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 144 (56.64% from 255) = 32.43%
BLUE value IS 129 (50.78% from 255) = 29.05%
R=38.51%
G=32.43%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114412900.160.250.3321.432058.82
HexAB9081010192115143b
Octal2532202010203141252473
Binary101010111001000010000001010000110011000011010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9081; }

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

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

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

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

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

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

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

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