Html Css Color HEX #ADADAF Spun Pearl

📋 copy color: '#ADADAF'

red 173 ◦ green 173 ◦ blue 175

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

Shades of Spun Pearl #ADADAF

Tints of Spun Pearl #ADADAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.59%

R = 33.21%
G = 33.21%
B = 33.59%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ADADAF (or 0xADADAF) is known color: Spun Pearl. HEX triplet: AD, AD and AF. RGB value is (173,173,175). Sum of RGB (Red+Green+Blue) = 173+173+175=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 175 - color contains mainly: blue. Hex color #ADADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADAF is #525250. Grayscale: #ADADAD. Windows color (decimal): -5395025 or 11513261. OLE color: 11513261.

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

Color convert

RGB 173 173 175 -
CMYK 0.01 0.01 0 0.31
HSL 240º 0.01% 0.68% -
HSV(B) 240º 0.01% 0.69% -
XYZ 39.92 41.87 46.53 -
YUV 173.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 173 173 175 0.01 0.01 0 0.31 240 0.01 0.68
Hex AD AD AF 1 1 0 1F F0 1 44
Octal 255 255 257 1 1 0 37 360 1 104
Binary 10101101 10101101 10101111 1 1 0 11111 11110000 1 1000100

Color Harmonies of #ADADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADAF

Black with #ADADAF

Text Example


Text Example

White with #ADADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADADAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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