#ADACB8

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

Shades of Spun Pearl #ADACB8

Tints of Spun Pearl #ADACB8

Color information

#ADACB8 (or 0xADACB8) is unknown color: approx Spun Pearl. HEX triplet: AD, AC and B8. RGB value is (173,172,184). Sum of RGB (Red+Green+Blue) = 173+172+184=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 184 - color contains mainly: blue. Hex color #ADACB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACB8 is #525347. Grayscale: #ADADAD. Windows color (decimal): -5395272 or 12102829. OLE color: 12102829.

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

Color convert

RGB173172184-
CMYK0.060.0700.28
HSL245º7.79%69.8%-
HSV(B)245º6.52%72.16%-
XYZ40.6441.8551.28-
YUV173.67133.83127.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.70%
GREEN value IS 172 (67.58% from 255) = 32.51%
BLUE value IS 184 (72.27% from 255) = 34.78%
R=32.70%
G=32.51%
B=34.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731721840.060.0700.282457.7969.8
HexADACB86701Cf5846
Octal2552542706703436510106
Binary1010110110101100101110001101110111001111010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACB8; }

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

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

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

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

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

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

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

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