Html Css Color HEX #ADADAE Spun Pearl

📋 copy color: '#ADADAE'

red 173 ◦ green 173 ◦ blue 174

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

Shades of Spun Pearl #ADADAE

Tints of Spun Pearl #ADADAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.46%

R = 33.27%
G = 33.27%
B = 33.46%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#ADADAE (or 0xADADAE) is known color: Spun Pearl. HEX triplet: AD, AD and AE. RGB value is (173,173,174). Sum of RGB (Red+Green+Blue) = 173+173+174=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 174 - color contains mainly: blue. Hex color #ADADAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADADAE is #525251. Grayscale: #ADADAD. Windows color (decimal): -5395026 or 11447725. OLE color: 11447725.

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

Color convert

RGB 173 173 174 -
CMYK 0.01 0.01 0 0.32
HSL 240º 0.01% 0.68% -
HSV(B) 240º 0.01% 0.68% -
XYZ 39.82 41.83 46.02 -
YUV 173.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 173 173 174 0.01 0.01 0 0.32 240 0.01 0.68
Hex AD AD AE 1 1 0 20 F0 1 44
Octal 255 255 256 1 1 0 40 360 1 104
Binary 10101101 10101101 10101110 1 1 0 100000 11110000 1 1000100

Color Harmonies of #ADADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADAE

Black with #ADADAE

Text Example


Text Example

White with #ADADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADADAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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