#ADAAB5

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

Shades of Spun Pearl #ADAAB5

Tints of Spun Pearl #ADAAB5

Color information

#ADAAB5 (or 0xADAAB5) is unknown color: approx Spun Pearl. HEX triplet: AD, AA and B5. RGB value is (173,170,181). Sum of RGB (Red+Green+Blue) = 173+170+181=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 181 - color contains mainly: blue. Hex color #ADAAB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAAB5 is #52554A. Grayscale: #ACACAC. Windows color (decimal): -5395787 or 11905709. OLE color: 11905709.

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

Color convert

RGB173170181-
CMYK0.040.0600.29
HSL256.36º6.92%68.82%-
HSV(B)256.36º6.08%70.98%-
XYZ39.9540.9749.52-
YUV172.15132.99128.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.02%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 181 (71.09% from 255) = 34.54%
R=33.02%
G=32.44%
B=34.54%

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
Decimal1731701810.040.0600.29256.366.9268.82
HexADAAB54601D100745
Octal255252265460354007105
Binary1010110110101010101101011001100111011000000001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAAB5; }

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

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

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

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

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

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

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

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