Html Css Color HEX #ADADBA Spun Pearl

📋 copy color: '#ADADBA'

red 173 ◦ green 173 ◦ blue 186

#ADADBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spun Pearl #ADADBA

Tints of Spun Pearl #ADADBA

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 value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ADADBA (or 0xADADBA) is known color: 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

RGB 173 173 186 -
CMYK 0.07 0.07 0 0.27
HSL 240º 0.09% 0.7% -
HSV(B) 240º 0.07% 0.73% -
XYZ 41.04 42.32 52.46 -
YUV 174.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 173 173 186 0.07 0.07 0 0.27 240 0.09 0.7
Hex AD AD BA 7 7 0 1B F0 9 46
Octal 255 255 272 7 7 0 33 360 11 106
Binary 10101101 10101101 10111010 111 111 0 11011 11110000 1001 1000110

Color Harmonies of #ADADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADBA

Black with #ADADBA

Text Example


Text Example

White with #ADADBA

Text Example


Text Example

HTML Codes & Css Web 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>