#ADADBA

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

Shades of Spun Pearl #ADADBA

Tints of Spun Pearl #ADADBA

Color information

#ADADBA (or 0xADADBA) is unknown color: approx Spun Pearl. HEX triplet: AD, AD and BA. RGB value is (173,173,186). Sum of RGB (Red+Green+Blue) = 173+173+186=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADBA is #525245. Grayscale: #AEAEAE. Windows color (decimal): -5395014 or 12234157. OLE color: 12234157.

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

Color convert

RGB173173186-
CMYK0.070.0700.27
HSL240º8.61%70.39%-
HSV(B)240º6.99%72.94%-
XYZ41.0442.3252.46-
YUV174.48134.5126.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.52%
GREEN value IS 173 (67.97% from 255) = 32.52%
BLUE value IS 186 (73.05% from 255) = 34.96%
R=32.52%
G=32.52%
B=34.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731731860.070.0700.272408.6170.39
HexADADBA7701Bf0946
Octal2552552727703336011106
Binary1010110110101101101110101111110110111111000010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADBA; }

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

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

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

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

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

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

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

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