#ADABB1

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

Shades of Spun Pearl #ADABB1

Tints of Spun Pearl #ADABB1

Color information

#ADABB1 (or 0xADABB1) is unknown color: approx Spun Pearl. HEX triplet: AD, AB and B1. RGB value is (173,171,177). Sum of RGB (Red+Green+Blue) = 173+171+177=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 177 - color contains mainly: blue. Hex color #ADABB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABB1 is #52544E. Grayscale: #ACACAC. Windows color (decimal): -5395535 or 11643821. OLE color: 11643821.

HSL color Cylindrical-coordinate representation of color #ADABB1: hue angle of 260º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ADABB1 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB173171177-
CMYK0.020.0300.31
HSL260º3.7%68.24%-
HSV(B)260º3.39%69.41%-
XYZ39.7341.1847.45-
YUV172.28130.66128.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 177 (69.53% from 255) = 33.97%
R=33.21%
G=32.82%
B=33.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731711770.020.0300.312603.768.24
HexADABB12301F104444
Octal255253261230374044104
Binary10101101101010111011000110110111111000001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABB1; }

 p { color: rgb(173,171,177); }

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

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

 a { background-color: rgb(173,171,177); }

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

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

 span { border-color: rgb(173,171,177); }

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