Html Css Color HEX #ADADB8 Spun Pearl

📋 copy color: '#ADADB8'

red 173 ◦ green 173 ◦ blue 184

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

Shades of Spun Pearl #ADADB8

Tints of Spun Pearl #ADADB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.72%

R = 32.64%
G = 32.64%
B = 34.72%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#ADADB8 (or 0xADADB8) is known color: Spun Pearl. HEX triplet: AD, AD and B8. RGB value is (173,173,184). Sum of RGB (Red+Green+Blue) = 173+173+184=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 184 - color contains mainly: blue. Hex color #ADADB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADB8 is #525247. Grayscale: #AEAEAE. Windows color (decimal): -5395016 or 12103085. OLE color: 12103085.

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

Color convert

RGB 173 173 184 -
CMYK 0.06 0.06 0 0.28
HSL 240º 0.07% 0.7% -
HSV(B) 240º 0.06% 0.72% -
XYZ 40.83 42.23 51.35 -
YUV 174.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 173 173 184 0.06 0.06 0 0.28 240 0.07 0.7
Hex AD AD B8 6 6 0 1C F0 7 46
Octal 255 255 270 6 6 0 34 360 7 106
Binary 10101101 10101101 10111000 110 110 0 11100 11110000 111 1000110

Color Harmonies of #ADADB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADB8

Black with #ADADB8

Text Example


Text Example

White with #ADADB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADADB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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