Html Css Color HEX #ADABB5 Spun Pearl

📋 copy color: '#ADABB5'

red 173 ◦ green 171 ◦ blue 181

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

Shades of Spun Pearl #ADABB5

Tints of Spun Pearl #ADABB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.48%

R = 32.95%
G = 32.57%
B = 34.48%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#ADABB5 (or 0xADABB5) is known color: Spun Pearl. HEX triplet: AD, AB and B5. RGB value is (173,171,181). Sum of RGB (Red+Green+Blue) = 173+171+181=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 181 - color contains mainly: blue. Hex color #ADABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABB5 is #52544A. Grayscale: #ACACAC. Windows color (decimal): -5395531 or 11905965. OLE color: 11905965.

HSL color Cylindrical-coordinate representation of color #ADABB5: hue angle of 252º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADABB5 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 171 181 -
CMYK 0.04 0.06 0 0.29
HSL 252º 0.06% 0.69% -
HSV(B) 252º 0.06% 0.71% -
XYZ 40.14 41.35 49.58 -
YUV 172.74 132.66 128.19 -
System Red Green Blue C M Y K H S L
Decimal 173 171 181 0.04 0.06 0 0.29 252 0.06 0.69
Hex AD AB B5 4 6 0 1D FC 6 45
Octal 255 253 265 4 6 0 35 374 6 105
Binary 10101101 10101011 10110101 100 110 0 11101 11111100 110 1000101

Color Harmonies of #ADABB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABB5

Black with #ADABB5

Text Example


Text Example

White with #ADABB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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