#ADA9B4

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

Shades of Spun Pearl #ADA9B4

Tints of Spun Pearl #ADA9B4

Color information

#ADA9B4 (or 0xADA9B4) is unknown color: approx Spun Pearl. HEX triplet: AD, A9 and B4. RGB value is (173,169,180). Sum of RGB (Red+Green+Blue) = 173+169+180=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 180 - color contains mainly: blue. Hex color #ADA9B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA9B4 is #52564B. Grayscale: #ABABAB. Windows color (decimal): -5396044 or 11839917. OLE color: 11839917.

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

Color convert

RGB173169180-
CMYK0.040.0600.29
HSL261.82º6.83%68.43%-
HSV(B)261.82º6.11%70.59%-
XYZ39.6640.5648.92-
YUV171.45132.83129.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.14%
GREEN value IS 169 (66.41% from 255) = 32.38%
BLUE value IS 180 (70.70% from 255) = 34.48%
R=33.14%
G=32.38%
B=34.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731691800.040.0600.29261.826.8368.43
HexADA9B44601D106744
Octal255251264460354067104
Binary1010110110101001101101001001100111011000001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA9B4; }

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

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

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

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

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

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

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

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