#ADAAB3

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

Shades of Spun Pearl #ADAAB3

Tints of Spun Pearl #ADAAB3

Color information

#ADAAB3 (or 0xADAAB3) is unknown color: approx Spun Pearl. HEX triplet: AD, AA and B3. RGB value is (173,170,179). Sum of RGB (Red+Green+Blue) = 173+170+179=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 179 - color contains mainly: blue. Hex color #ADAAB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAAB3 is #52554C. Grayscale: #ABABAB. Windows color (decimal): -5395789 or 11774637. OLE color: 11774637.

HSL color Cylindrical-coordinate representation of color #ADAAB3: hue angle of 260º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ADAAB3 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB173170179-
CMYK0.030.0500.30
HSL260º5.59%68.43%-
HSV(B)260º5.03%70.2%-
XYZ39.7440.8948.45-
YUV171.92131.99128.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.14%
GREEN value IS 170 (66.80% from 255) = 32.57%
BLUE value IS 179 (70.31% from 255) = 34.29%
R=33.14%
G=32.57%
B=34.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731701790.030.0500.302605.5968.43
HexADAAB33501E104644
Octal255252263350364046104
Binary101011011010101010110011111010111101000001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAAB3; }

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

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

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

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

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

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

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

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