#ADAAB6

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

Shades of Spun Pearl #ADAAB6

Tints of Spun Pearl #ADAAB6

Color information

#ADAAB6 (or 0xADAAB6) is unknown color: approx Spun Pearl. HEX triplet: AD, AA and B6. RGB value is (173,170,182). Sum of RGB (Red+Green+Blue) = 173+170+182=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 182 - color contains mainly: blue. Hex color #ADAAB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAAB6 is #525549. Grayscale: #ACACAC. Windows color (decimal): -5395786 or 11971245. OLE color: 11971245.

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

Color convert

RGB173170182-
CMYK0.050.0700.29
HSL255º7.59%69.02%-
HSV(B)255º6.59%71.37%-
XYZ40.0541.0150.06-
YUV172.26133.49128.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.95%
GREEN value IS 170 (66.80% from 255) = 32.38%
BLUE value IS 182 (71.48% from 255) = 34.67%
R=32.95%
G=32.38%
B=34.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731701820.050.0700.292557.5969.02
HexADAAB65701Dff845
Octal2552522665703537710105
Binary1010110110101010101101101011110111011111111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAAB6; }

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

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

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

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

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

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

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

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