#ADADB1

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

Shades of Spun Pearl #ADADB1

Tints of Spun Pearl #ADADB1

Color information

#ADADB1 (or 0xADADB1) is unknown color: approx Spun Pearl. HEX triplet: AD, AD and B1. RGB value is (173,173,177). Sum of RGB (Red+Green+Blue) = 173+173+177=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 177 - color contains mainly: blue. Hex color #ADADB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADB1 is #52524E. Grayscale: #ADADAD. Windows color (decimal): -5395023 or 11644333. OLE color: 11644333.

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

Color convert

RGB173173177-
CMYK0.020.0200.31
HSL240º2.5%68.63%-
HSV(B)240º2.26%69.41%-
XYZ40.1141.9547.58-
YUV173.46130127.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.08%
GREEN value IS 173 (67.97% from 255) = 33.08%
BLUE value IS 177 (69.53% from 255) = 33.84%
R=33.08%
G=33.08%
B=33.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731731770.020.0200.312402.568.63
HexADADB12201Ff0245
Octal255255261220373602105
Binary101011011010110110110001101001111111110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADB1; }

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

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

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

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

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

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

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

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