#ADA9B8

Color #ADA9B8 Spun Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spun Pearl #ADA9B8

Tints of Spun Pearl #ADA9B8

Color information

#ADA9B8 (or 0xADA9B8) is unknown color: approx Spun Pearl. HEX triplet: AD, A9 and B8. RGB value is (173,169,184). Sum of RGB (Red+Green+Blue) = 173+169+184=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 184 (72.27% from 255 or 34.98% from 526); Max value from RGB is 184 - color contains mainly: blue. Hex color #ADA9B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA9B8 is #525647. Grayscale: #ABABAB. Windows color (decimal): -5396040 or 12102061. OLE color: 12102061.

HSL color Cylindrical-coordinate representation of color #ADA9B8: hue angle of 256º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADA9B8 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB173169184-
CMYK0.060.0800.28
HSL256º9.55%69.22%-
HSV(B)256º8.15%72.16%-
XYZ40.0740.7251.1-
YUV171.91134.83128.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 169 (66.41% from 255) = 32.13%
BLUE value IS 184 (72.27% from 255) = 34.98%
R=32.89%
G=32.13%
B=34.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731691840.060.0800.282569.5569.22
HexADA9B86801C100a45
Octal25525127061003440012105
Binary101011011010100110111000110100001110010000000010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA9B8; }

 p { color: rgb(173,169,184); }

 H1.HeaderClassName
 {
   color: #ADA9B8;
 }
 .AnyTagClassName
 {
   color: #ADA9B8;
 }
</style>
background-color css

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

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

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

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

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

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