Html Css Color HEX #ADABB1 Spun Pearl

📋 copy color: '#ADABB1'

red 173 ◦ green 171 ◦ blue 177

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

Shades of Spun Pearl #ADABB1

Tints of Spun Pearl #ADABB1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.82%

 BLUE value IS 177 (69.53% from 255) = 33.97%

R = 33.21%
G = 32.82%
B = 33.97%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#ADABB1 (or 0xADABB1) is known color: Spun Pearl. HEX triplet: AD, AB and B1. RGB value is (173,171,177). Sum of RGB (Red+Green+Blue) = 173+171+177=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 177 - color contains mainly: blue. Hex color #ADABB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABB1 is #52544E. Grayscale: #ACACAC. Windows color (decimal): -5395535 or 11643821. OLE color: 11643821.

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

Color convert

RGB 173 171 177 -
CMYK 0.02 0.03 0 0.31
HSL 260º 0.04% 0.68% -
HSV(B) 260º 0.03% 0.69% -
XYZ 39.73 41.18 47.45 -
YUV 172.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 173 171 177 0.02 0.03 0 0.31 260 0.04 0.68
Hex AD AB B1 2 3 0 1F 104 4 44
Octal 255 253 261 2 3 0 37 404 4 104
Binary 10101101 10101011 10110001 10 11 0 11111 100000100 100 1000100

Color Harmonies of #ADABB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABB1

Black with #ADABB1

Text Example


Text Example

White with #ADABB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABB1; }

 p { color: rgb(173,171,177); }

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

background-color css

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

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

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

border-color css

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

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

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