Html Css Color HEX #ADADB7 Spun Pearl

📋 copy color: '#ADADB7'

red 173 ◦ green 173 ◦ blue 183

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

Shades of Spun Pearl #ADADB7

Tints of Spun Pearl #ADADB7

RGB

 RED value IS 173 (67.97% from 255) = 32.7%

 GREEN value IS 173 (67.97% from 255) = 32.7%

 BLUE value IS 183 (71.88% from 255) = 34.59%

R = 32.7%
G = 32.7%
B = 34.59%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#ADADB7 (or 0xADADB7) is known color: Spun Pearl. HEX triplet: AD, AD and B7. RGB value is (173,173,183). Sum of RGB (Red+Green+Blue) = 173+173+183=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 183 - color contains mainly: blue. Hex color #ADADB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADB7 is #525248. Grayscale: #AEAEAE. Windows color (decimal): -5395017 or 12037549. OLE color: 12037549.

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

Color convert

RGB 173 173 183 -
CMYK 0.05 0.05 0 0.28
HSL 240º 0.06% 0.7% -
HSV(B) 240º 0.05% 0.72% -
XYZ 40.72 42.19 50.8 -
YUV 174.14 133 127.19 -
System Red Green Blue C M Y K H S L
Decimal 173 173 183 0.05 0.05 0 0.28 240 0.06 0.7
Hex AD AD B7 5 5 0 1C F0 6 46
Octal 255 255 267 5 5 0 34 360 6 106
Binary 10101101 10101101 10110111 101 101 0 11100 11110000 110 1000110

Color Harmonies of #ADADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADB7

Black with #ADADB7

Text Example


Text Example

White with #ADADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADADB7; }

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

 H1.HeaderClassName
 {
   color: #ADADB7;
 }
 .AnyTagClassName
 {
   color: #ADADB7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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