Html Css Color HEX #ADADB6 Spun Pearl

📋 copy color: '#ADADB6'

red 173 ◦ green 173 ◦ blue 182

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

Shades of Spun Pearl #ADADB6

Tints of Spun Pearl #ADADB6

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

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

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

RGB 173 173 182 -
CMYK 0.05 0.05 0 0.29
HSL 240º 0.06% 0.7% -
HSV(B) 240º 0.05% 0.71% -
XYZ 40.62 42.15 50.25 -
YUV 174.03 132.5 127.27 -
System Red Green Blue C M Y K H S L
Decimal 173 173 182 0.05 0.05 0 0.29 240 0.06 0.7
Hex AD AD B6 5 5 0 1D F0 6 46
Octal 255 255 266 5 5 0 35 360 6 106
Binary 10101101 10101101 10110110 101 101 0 11101 11110000 110 1000110

Color Harmonies of #ADADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADB6

Black with #ADADB6

Text Example


Text Example

White with #ADADB6

Text Example


Text Example

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