Html Css Color HEX #ADAAB2 Spun Pearl

📋 copy color: '#ADAAB2'

red 173 ◦ green 170 ◦ blue 178

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

Shades of Spun Pearl #ADAAB2

Tints of Spun Pearl #ADAAB2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.63%

 BLUE value IS 178 (69.92% from 255) = 34.17%

R = 33.21%
G = 32.63%
B = 34.17%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#ADAAB2 (or 0xADAAB2) is known color: Spun Pearl. HEX triplet: AD, AA and B2. RGB value is (173,170,178). Sum of RGB (Red+Green+Blue) = 173+170+178=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 178 - color contains mainly: blue. Hex color #ADAAB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAAB2 is #52554D. Grayscale: #ABABAB. Windows color (decimal): -5395790 or 11709101. OLE color: 11709101.

HSL color Cylindrical-coordinate representation of color #ADAAB2: hue angle of 262.5º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ADAAB2 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 170 178 -
CMYK 0.03 0.04 0 0.30
HSL 262.5º 0.05% 0.68% -
HSV(B) 262.5º 0.04% 0.7% -
XYZ 39.64 40.85 47.91 -
YUV 171.81 131.49 128.85 -
System Red Green Blue C M Y K H S L
Decimal 173 170 178 0.03 0.04 0 0.30 262.5 0.05 0.68
Hex AD AA B2 3 4 0 1E 106 5 44
Octal 255 252 262 3 4 0 36 406 5 104
Binary 10101101 10101010 10110010 11 100 0 11110 100000110 101 1000100

Color Harmonies of #ADAAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAAB2

Black with #ADAAB2

Text Example


Text Example

White with #ADAAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAAB2; }

 p { color: rgb(173,170,178); }

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

background-color css

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

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

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

border-color css

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

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

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