#ADA8B9

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

Shades of Spun Pearl #ADA8B9

Tints of Spun Pearl #ADA8B9

Color information

#ADA8B9 (or 0xADA8B9) is unknown color: approx Spun Pearl. HEX triplet: AD, A8 and B9. RGB value is (173,168,185). Sum of RGB (Red+Green+Blue) = 173+168+185=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 185 - color contains mainly: blue. Hex color #ADA8B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8B9 is #525746. Grayscale: #ABABAB. Windows color (decimal): -5396295 or 12167341. OLE color: 12167341.

HSL color Cylindrical-coordinate representation of color #ADA8B9: hue angle of 257.65º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADA8B9 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173168185-
CMYK0.060.0900.27
HSL257.65º10.83%69.22%-
HSV(B)257.65º9.19%72.55%-
XYZ39.9940.3951.59-
YUV171.43135.66129.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 168 (66.02% from 255) = 31.94%
BLUE value IS 185 (72.66% from 255) = 35.17%
R=32.89%
G=31.94%
B=35.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731681850.060.0900.27257.6510.8369.22
HexADA8B96901B102b45
Octal25525027161103340213105
Binary101011011010100010111001110100101101110000001010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA8B9; }

 p { color: rgb(173,168,185); }

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

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

 a { background-color: rgb(173,168,185); }

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

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

 span { border-color: rgb(173,168,185); }

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