#ADACB6

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

Shades of Spun Pearl #ADACB6

Tints of Spun Pearl #ADACB6

Color information

#ADACB6 (or 0xADACB6) is unknown color: approx Spun Pearl. HEX triplet: AD, AC and B6. RGB value is (173,172,182). Sum of RGB (Red+Green+Blue) = 173+172+182=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 182 - color contains mainly: blue. Hex color #ADACB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACB6 is #525349. Grayscale: #ADADAD. Windows color (decimal): -5395274 or 11971757. OLE color: 11971757.

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

Color convert

RGB173172182-
CMYK0.050.0500.29
HSL246º6.41%69.41%-
HSV(B)246º5.49%71.37%-
XYZ40.4341.7750.19-
YUV173.44132.83127.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.83%
GREEN value IS 172 (67.58% from 255) = 32.64%
BLUE value IS 182 (71.48% from 255) = 34.54%
R=32.83%
G=32.64%
B=34.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731721820.050.0500.292466.4169.41
HexADACB65501Df6645
Octal255254266550353666105
Binary101011011010110010110110101101011101111101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACB6; }

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

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

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

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

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

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

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

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