Html Css Color HEX #ADADB0 Spun Pearl

📋 copy color: '#ADADB0'

red 173 ◦ green 173 ◦ blue 176

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

Shades of Spun Pearl #ADADB0

Tints of Spun Pearl #ADADB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.72%

R = 33.14%
G = 33.14%
B = 33.72%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ADADB0 (or 0xADADB0) is known color: Spun Pearl. HEX triplet: AD, AD and B0. RGB value is (173,173,176). Sum of RGB (Red+Green+Blue) = 173+173+176=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 176 - color contains mainly: blue. Hex color #ADADB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADB0 is #52524F. Grayscale: #ADADAD. Windows color (decimal): -5395024 or 11578797. OLE color: 11578797.

HSL color Cylindrical-coordinate representation of color #ADADB0: hue angle of 240º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ADADB0 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 173 176 -
CMYK 0.02 0.02 0 0.31
HSL 240º 0.02% 0.68% -
HSV(B) 240º 0.02% 0.69% -
XYZ 40.01 41.91 47.05 -
YUV 173.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 173 173 176 0.02 0.02 0 0.31 240 0.02 0.68
Hex AD AD B0 2 2 0 1F F0 2 44
Octal 255 255 260 2 2 0 37 360 2 104
Binary 10101101 10101101 10110000 10 10 0 11111 11110000 10 1000100

Color Harmonies of #ADADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADB0

Black with #ADADB0

Text Example


Text Example

White with #ADADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADADB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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