#ADADB6

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

Shades of Spun Pearl #ADADB6

Tints of Spun Pearl #ADADB6

Color information

#ADADB6 (or 0xADADB6) is unknown color: approx Spun Pearl. HEX triplet: AD, AD and B6. RGB value is (173,173,182). Sum of RGB (Red+Green+Blue) = 173+173+182=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 182 - color contains mainly: blue. Hex color #ADADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADB6 is #525249. Grayscale: #ADADAD. Windows color (decimal): -5395018 or 11972013. OLE color: 11972013.

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

Color convert

RGB173173182-
CMYK0.050.0500.29
HSL240º5.81%69.61%-
HSV(B)240º4.95%71.37%-
XYZ40.6242.1550.25-
YUV174.03132.5127.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.77%
GREEN value IS 173 (67.97% from 255) = 32.77%
BLUE value IS 182 (71.48% from 255) = 34.47%
R=32.77%
G=32.77%
B=34.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731731820.050.0500.292405.8169.61
HexADADB65501Df0646
Octal255255266550353606106
Binary101011011010110110110110101101011101111100001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADB6; }

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

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

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

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

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

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

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

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